Skip to content

Commit 1a0610b

Browse files
committed
DOC/BLD: Update version support in docs and setup.py.
1 parent e9db624 commit 1a0610b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/source/install.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ compiler (MinGW or Visual Studio) installed. `How-to install MinGW on Windows
1616
Python 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

2625
Binary installers

setup.py

+4
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)