Skip to content

Commit d76554b

Browse files
johnthagengvanrossum
authored andcommitted
Remove Python 3.2 from trove classifier and README (#2063)
* Remove Python 3.2 trove classifier and add generic Python :: 3. Mypy 0.4.3 dropped support for Python 3.2. * Update README to indicate Python 3.3+ required.
1 parent 75fe001 commit d76554b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type check them statically. Find bugs in your programs without even
2828
running them!
2929

3030
The type annotation standard has also been backported to earlier
31-
Python 3.x versions. Mypy supports Python 3.2 and later.
31+
Python 3.x versions. Mypy supports Python 3.3 and later.
3232

3333
For Python 2.7, you can add annotations as comments (this is also
3434
specified in [PEP 484](https://www.python.org/dev/peps/pep-0484/)).
@@ -56,7 +56,7 @@ See 'Development status' below.
5656
Requirements
5757
------------
5858

59-
You need Python 3.2 or later to run mypy. You can have multiple Python
59+
You need Python 3.3 or later to run mypy. You can have multiple Python
6060
versions (2.x and 3.x) installed on the same system without problems.
6161

6262
In Ubuntu, Mint and Debian you can install Python 3 like this:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run(self):
9090
'Intended Audience :: Developers',
9191
'License :: OSI Approved :: MIT License',
9292
'Operating System :: POSIX',
93-
'Programming Language :: Python :: 3.2',
93+
'Programming Language :: Python :: 3',
9494
'Programming Language :: Python :: 3.3',
9595
'Programming Language :: Python :: 3.4',
9696
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)