-
Notifications
You must be signed in to change notification settings - Fork 221
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
Package available but broken for python 3.7 #230
Comments
Merged
The release notes called out that we dropped support for 3.7 but we did forget to update the packaging metadata |
Version 0.14.1 has the correct Python version requirement. |
Is |
@PoloB you can use a number of ways to fix this for yourself
For example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
setup.py
allows to install the package for python 3.7 but the package is in fact only compliant with >=3.8.Here's the relevant traceback:
Should the
setup.py
be updated to only support >=3.8?The text was updated successfully, but these errors were encountered: