summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-12-17 11:02:12 -0800
committerGitHub <noreply@github.com>2020-12-17 11:02:12 -0800
commit5618142c87696c3adfe6490eec65c10098e320c1 (patch)
treef333b0ca2a28f63462399a4bd567837d5b345af6 /INSTALL.rst
parent0c3adb519c5d1809a6541fab6868f81ece3cd4f0 (diff)
downloadnetworkx-5618142c87696c3adfe6490eec65c10098e320c1.tar.gz
Drop Py3.6 support per NEP 29 (#4469)
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 3fbee695..de6fae39 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 3.6, 3.7, 3.8, or 3.9. If you do not already
+NetworkX requires Python 3.7, 3.8, or 3.9. If you do not already
have a Python environment configured on your computer, please see the
instructions for installing the full `scientific Python stack
<https://scipy.org/install.html>`_.