-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Use Python 3.7 as default in tests, drop 3.6 in CI #13101
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
Conversation
This comment has been minimized.
This comment has been minimized.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
I forgot about the do not merge yet. Whats the status of the 0.970 release? I thought it was done |
Co-authored-by: Shantanu <[email protected]>
Let's wait until Friday to see if we are going to need a bugfix release. That would still require a 3.6 wheel, and if we drop 3.6 support, we'll need to stop building 3.6 wheels. |
Co-authored-by: Shantanu <[email protected]>
Co-authored-by: Shantanu <[email protected]> Co-authored-by: Jukka Lehtosalo <[email protected]> Co-authored-by: Shantanu <[email protected]>
Can we start removing 3.6 specific things? I think it is a right thing to do: dropping both 3.6 and 2.7 at the same time. |
This is work on dropping support for Python 3.6.
Typeshed already dropped 3.6 support: python/typeshed#8269
DO NOT MERGE YET! Let's wait until 0.970 is out.