Skip to content
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

Closed
fangerer opened this issue Mar 18, 2022 · 4 comments
Closed

Remove support for Python 3.6 #307

fangerer opened this issue Mar 18, 2022 · 4 comments

Comments

@fangerer
Copy link
Contributor

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.

@antocuni
Copy link
Collaborator

antocuni commented Aug 3, 2022

#338 removes support for 3.6, but the only 3.6-specific hack which I could find and remove was this:
fafec57

did you have other cleanups in mind?

@fangerer
Copy link
Contributor Author

fangerer commented Aug 3, 2022

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.

@mattip
Copy link
Contributor

mattip commented Aug 25, 2022

The metadata should reflect what python versions are supported, like NumPy does

@fangerer
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants