-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Remove support for Python 3.6 #307
Comments
I think that's it for now. My initial reason for dropping 3.6 support was because of PR #251 . I think it's soon a good time to restart work on that. |
The metadata should reflect what python versions are supported, like NumPy does |
Afaik, this issue has been resolved. So, closing it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of December 23rd, 2021, Python 3.6 has reached end of life (https://devguide.python.org/devcycle/#end-of-life-branches).
We should cleanup our code and officially remove support for 3.6 since that simplifies implementation of several features.
The text was updated successfully, but these errors were encountered: