diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2022-02-01 16:12:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 16:12:43 -0300 |
commit | ff4b33edcf6819f24f9a1b4a483d64873cea2d5c (patch) | |
tree | ab8acac4bbe6b0f430fe0b88632e4eb2277eb72d | |
parent | 49c560c22f137907ea6a240591e49b004f28444b (diff) | |
parent | cc1e500dd75ebe457d1ba878e7aa406b549355eb (diff) | |
download | numpy-ff4b33edcf6819f24f9a1b4a483d64873cea2d5c.tar.gz |
Merge pull request #20966 from m10an/building-doc-version-fix
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index f6554c5e2..82fc1911f 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -37,7 +37,7 @@ Prerequisites Building NumPy requires the following software installed: -1) Python 3.6.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 |