summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-10-16 21:49:53 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-10-16 22:14:44 -0700
commit2df70066ecd661aa6ae0a707d10b597c9939c273 (patch)
tree2f7086b207d2f8e547fa31024bd7b2c4a6f7aadd /INSTALL.rst
parent13e62ede8bf986960996a0be8c48a415589faf07 (diff)
downloadnetworkx-2df70066ecd661aa6ae0a707d10b597c9939c273.tar.gz
Drop support for Python 3.5
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 df6b5110..b6ddff97 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 3.5, 3.6, 3.7, or 3.8. If you do not already
+NetworkX requires Python 3.6, 3.7, or 3.8. 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>`_.