File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ compiler (MinGW or Visual Studio) installed. `How-to install MinGW on Windows
16
16
Python version support
17
17
~~~~~~~~~~~~~~~~~~~~~~
18
18
19
- Officially Python 2.6 to 2.7 and Python 3.1+, although Python 3 support is less
20
- well tested. Python 2.4 support is being phased out since the userbase has
21
- shrunk significantly. Continuing Python 2.4 support will require either monetary
22
- development support or someone contributing to the project to maintain
23
- compatibility.
19
+ Officially Python 2.6 to 2.7 and Python 3.2+. Python 2.4 and Python 2.5 are no
20
+ longer supported since the userbase has shrunk significantly. Continuing Python
21
+ 2.4 and 2.5 support will require either monetary development support or someone
22
+ contributing to the project to restore compatibility.
24
23
25
24
26
25
Binary installers
Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ def build_extensions(self):
180
180
'Programming Language :: Python' ,
181
181
'Programming Language :: Python :: 2' ,
182
182
'Programming Language :: Python :: 3' ,
183
+ 'Programming Language :: Python :: 2.6' ,
184
+ 'Programming Language :: Python :: 2.7' ,
185
+ 'Programming Language :: Python :: 3.2' ,
186
+ 'Programming Language :: Python :: 3.3' ,
183
187
'Programming Language :: Cython' ,
184
188
'Topic :: Scientific/Engineering' ,
185
189
]
You can’t perform that action at this time.
0 commit comments