-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python/OS compatibility #71
Comments
This is the
|
@ubmarco Thank you for pointing this out. I'm sorry for not have replied earlier. A few changes were made to the setup.py in a481e3d that should hopefully resolve this. Firstly, the list of Python versions was extended. Secondly, a list of supported platforms was added. I think the issue could have been caused by the latter, since we already specify that the package works with Python 3, however, all the versions are now explicitly specified. |
A new release is now available which should address the issue caused by missing Python versions. |
Thanks for this library. I'm using it in a pants project, but when building a pex I get
I think this due to the classifiers in setup.py:
What about 3.7 to 3.12, are they also supported? What about the OS specifiers, does it support all OS's?
The text was updated successfully, but these errors were encountered: