diff options
author | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 19:18:23 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 21:25:05 +0200 |
commit | 66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656 (patch) | |
tree | dce7ffa60563284047e8dda0d22e27404ca1d51c /doc/HOWTO_RELEASE.rst.txt | |
parent | f4fa7bd2a67a577eaa72af83028adcfbc71b7fd4 (diff) | |
download | numpy-66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656.tar.gz |
DOC/MAINT: Python 2.6 or 3.2 required
Installation docs still stated Python 2.4 is supported, while not mentioning
3.x at all. Also corrected the statement that distutils is in python-dev on
Debian, while it's actually in the main package.
Several parts of the dev docs and some comments also referenced now-irrelevant
2.5 bugs/limitations.
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 98e7aac8f..61bf71da0 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -113,7 +113,7 @@ Wine For building Windows binaries on OS X Wine can be used. In Wine the following needs to be installed: -* Python 2.5-2.7 and 3.1-3.2 +* Python 2.6-2.7 and 3.2 * MakeNsis * CpuId plugin for MakeNsis : this can be found in the NumPy source tree under tools/win32build/cpucaps and has to be built with MinGW (see SConstruct file in |