diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-04 17:40:09 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-04 17:40:09 -0800 |
commit | 9404c51942afb4bda3c94f9bc891ea45dea061ea (patch) | |
tree | c9e9e7e041fa31138763d54d9e7f12bf849c9b5d /doc/HOWTO_RELEASE.rst.txt | |
parent | c1f1bc9ce8e4e2936e80d9bfafc3d8e03237a84b (diff) | |
download | numpy-9404c51942afb4bda3c94f9bc891ea45dea061ea.tar.gz |
Update HOWTO_RELEASE.rst
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 99f6a0e40..30d4a471c 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -40,7 +40,7 @@ Release Scripts Supported platforms and versions ================================ -Python 2.7 and >=3.4 are the currently supported versions when building from +Python >=3.5 are the currently supported versions when building from source. We test NumPy against all these versions every time we merge code to master. Binary installers may be available for a subset of these versions (see below). @@ -48,7 +48,7 @@ below). OS X ---- -Python 2.7 and >=3.4 are the versions for which we provide binary installers. +Python >=3.5 are the versions for which we provide binary installers. OS X versions >= 10.6 are supported. We build binary wheels for OSX that are compatible with Python.org Python, system Python, homebrew and macports - see this `OSX wheel building summary @@ -57,7 +57,7 @@ this `OSX wheel building summary Windows ------- -We build 32- and 64-bit wheels for Python 2.7, 3.4, 3.5 on Windows. Windows +We build 32- and 64-bit wheels for Python 3.5 on Windows. Windows XP, Vista, 7, 8 and 10 are supported. We build NumPy using the MSVC compilers on Appveyor, but we are hoping to update to a `mingw-w64 toolchain <https://mingwpy.github.io>`_. The Windows wheels use ATLAS for BLAS / LAPACK. |