diff options
author | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-20 18:32:55 -0700 |
---|---|---|
committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-23 09:29:59 -0700 |
commit | 53379cd353fb7ab5840c3ee370c735fe61d6419c (patch) | |
tree | d3ef9af34179126f996ee3d66d347d0071ddbdd7 /INSTALL.rst.txt | |
parent | eece996beacc8d78bb48749fe515986ede95bf9e (diff) | |
download | numpy-53379cd353fb7ab5840c3ee370c735fe61d6419c.tar.gz |
MAINT: Python <3.7 related cleanups
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 716c5df5b..dabc28899 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -14,7 +14,7 @@ Prerequisites Building NumPy requires the following installed software: -1) Python__ 3.7.x or newer. +1) Python__ 3.8.x or newer. Please note that the Python development headers also need to be installed, e.g., on Debian/Ubuntu one needs to install both `python3` and |