summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorClément Robert <cr52@protonmail.com>2023-03-14 11:24:19 +0100
committerClément Robert <cr52@protonmail.com>2023-03-14 11:54:47 +0100
commite570c6f5ff6f5aa966193d51560d3cde30fc09bd (patch)
treefea0cba656d03a374cba00e32a3191ae9720a5e2 /doc/source
parent80f7cba7a4bf0970095d7f750abf15bf4b5e364b (diff)
downloadnumpy-e570c6f5ff6f5aa966193d51560d3cde30fc09bd.tar.gz
MAINT: cleanup unused Python3.8-only code and references
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index de25dc13c..442bda4b3 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -20,7 +20,7 @@ Prerequisites
Building NumPy requires the following software installed:
-1) Python 3.8.x or newer
+1) Python 3.9.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