-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Minimum Python version for 21.1 is 3.6.2 #9831
Comments
If typing added a name in 3.6.2, that sounds like a breaking change that probably shouldn't have been allowed by CPython 🙁 This appears to have been introduced in #9424. We used |
Actually the typing library is provisional in 3.6, so this is allowable. We probably shouldn't have been quite so quick to remove the |
To circumvent the pip issue pypa/pip#9831
To circumvent the pip issue pypa/pip#9831
Because of the use of typing.NoReturn I think the minimum Python version for 21.1 should be 3.6.2 rather than just 3.6.
Phil
The text was updated successfully, but these errors were encountered: