File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 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
1616Python version support
1717~~~~~~~~~~~~~~~~~~~~~~
1818
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.
2423
2524
2625Binary installers
Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ def build_extensions(self):
180180 'Programming Language :: Python' ,
181181 'Programming Language :: Python :: 2' ,
182182 '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' ,
183187 'Programming Language :: Cython' ,
184188 'Topic :: Scientific/Engineering' ,
185189]
You can’t perform that action at this time.
0 commit comments