Skip to content

Drop all Python 3.2 support #3231

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

Closed
gvanrossum opened this issue Apr 24, 2017 · 1 comment
Closed

Drop all Python 3.2 support #3231

gvanrossum opened this issue Apr 24, 2017 · 1 comment
Assignees

Comments

@gvanrossum
Copy link
Member

We already don't support running mypy itself on Python 3.2. We've now decided that even supporting 3.2 as a target platform is too much work to maintain, so we're going to drop it completely.

See also python/typeshed#1145.

@gvanrossum gvanrossum self-assigned this Apr 24, 2017
@ambv
Copy link
Contributor

ambv commented Apr 24, 2017

The latest release of typing already dropped 3.2 support. Good to see this happening here as well! :)

gvanrossum pushed a commit that referenced this issue Apr 25, 2017
Tighten parsing of Python version on command line and in config file.
The only versions now supported are:
- 2.7
- 3.3 and higher 3.x versions

Closes #3231.
gvanrossum pushed a commit that referenced this issue Apr 26, 2017
Tighten parsing of Python version on command line and in config file.
The only versions now supported are:
- 2.7
- 3.3 and higher 3.x versions

Closes #3231.
JukkaL pushed a commit that referenced this issue Apr 27, 2017
* Drop Python 3.2 support.

Tighten parsing of Python version on command line and in config file.
The only versions now supported are:
- 2.7
- 3.3 and higher 3.x versions

Closes #3231.

* Add tests for python_version parsing in mypy.ini

* Add positive acceptance tests for 2.7, 3.3, 3.6 (assuming 3.x is a range check)
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

2 participants