diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-12-02 13:35:57 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-12-02 13:35:57 -0700 |
commit | 88be44bacffeb336317e51c5199e1ef6e41ee183 (patch) | |
tree | e97d381e537423516f49e5a4bc996c32071d2efb /INSTALL.rst.txt | |
parent | 33dc7bea24f1ab6c47047b49521e732caeb485d5 (diff) | |
download | numpy-88be44bacffeb336317e51c5199e1ef6e41ee183.tar.gz |
MAINT: Remove remaining uses of Python 3.6.
We missed a few first time around.
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 5ee97d790..1bc97c4b5 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -14,7 +14,7 @@ Prerequisites Building NumPy requires the following installed software: -1) Python__ 3.6.x or newer. +1) Python__ 3.7.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 |