You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
* 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)
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.
The text was updated successfully, but these errors were encountered: