File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type check them statically. Find bugs in your programs without even
28
28
running them!
29
29
30
30
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.
32
32
33
33
For Python 2.7, you can add annotations as comments (this is also
34
34
specified in [ PEP 484] ( https://www.python.org/dev/peps/pep-0484/ ) ).
@@ -56,7 +56,7 @@ See 'Development status' below.
56
56
Requirements
57
57
------------
58
58
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
60
60
versions (2.x and 3.x) installed on the same system without problems.
61
61
62
62
In Ubuntu, Mint and Debian you can install Python 3 like this:
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def run(self):
90
90
'Intended Audience :: Developers' ,
91
91
'License :: OSI Approved :: MIT License' ,
92
92
'Operating System :: POSIX' ,
93
- 'Programming Language :: Python :: 3.2 ' ,
93
+ 'Programming Language :: Python :: 3' ,
94
94
'Programming Language :: Python :: 3.3' ,
95
95
'Programming Language :: Python :: 3.4' ,
96
96
'Programming Language :: Python :: 3.5' ,
You can’t perform that action at this time.
0 commit comments