-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Drop support for 3.2 #1145
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
Sounds good. I think we should drop 3.2 completely for mypy too. |
We debated this and we will do it for mypy and typeshed. |
Make it so! |
I can submit the typeshed PR when I get a chance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typing recently dropped support for Python 3.2 (python/typing#374) and mypy only supports 3.3 and up. Not sure about pytype and PyCharm. The last release of the 3.2 series was in October 2014 and pip and setuptools don't support it.
Concretely, I propose:
#1144 is an example of a PR where supporting 3.2 would complicate the stub needlessly.
The text was updated successfully, but these errors were encountered: