-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Drop Python 3.6 support for 1.0 #20084
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
Comments
Happy to drop it in #20069 ... :) |
Ok for dropping 3.6 as well. Another point: google colab is now running 3.7.10 since a few months. |
sounds good |
As mentioned by @cmarmo in #20069 (comment) this would also imply that we would need to update minimal numpy, and scipy to versions that support Python 3.7 wheels (1.14.5 and 1.1.0 respectively). |
+1 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure when we were planning to drop Python 3.6 support? NEP 29 suggested to do that last year, and there are no bug fix releases for 3.6 since 2018. Ubuntu 2020 LTS has Python 3.8.
numpy, scipy and pandas have already made a Python 3.7+ release, so it's probably time for us as well, and 1.0 could be a good occasion to do so.
This would simplify CI/ maintenance work a bit.
The text was updated successfully, but these errors were encountered: