summaryrefslogtreecommitdiff
path: root/INSTALL.rst.txt
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-12-02 13:35:57 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-12-02 13:35:57 -0700
commit88be44bacffeb336317e51c5199e1ef6e41ee183 (patch)
treee97d381e537423516f49e5a4bc996c32071d2efb /INSTALL.rst.txt
parent33dc7bea24f1ab6c47047b49521e732caeb485d5 (diff)
downloadnumpy-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.txt2
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