Skip to content

DOC/BLD: Update version support in docs and setup.py. #4530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ compiler (MinGW or Visual Studio) installed. `How-to install MinGW on Windows
Python version support
~~~~~~~~~~~~~~~~~~~~~~

Officially Python 2.6 to 2.7 and Python 3.1+, although Python 3 support is less
well tested. Python 2.4 support is being phased out since the userbase has
shrunk significantly. Continuing Python 2.4 support will require either monetary
development support or someone contributing to the project to maintain
compatibility.
Officially Python 2.6 to 2.7 and Python 3.2+. Python 2.4 and Python 2.5 are no
longer supported since the userbase has shrunk significantly. Continuing Python
2.4 and 2.5 support will require either monetary development support or someone
contributing to the project to restore compatibility.


Binary installers
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ def build_extensions(self):
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Cython',
'Topic :: Scientific/Engineering',
]
Expand Down