summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-11-12 08:22:55 -0800
committerGitHub <noreply@github.com>2020-11-12 08:22:55 -0800
commit7694a7281e37e49d6f84c8bb28dd0a85351dde3e (patch)
treee934ab3dff00ff0501811cb7d9708e6e61ae8190 /INSTALL.rst
parent8464674d93a26fd4b1b50ec3428ec1c4cd8107f2 (diff)
downloadnetworkx-7694a7281e37e49d6f84c8bb28dd0a85351dde3e.tar.gz
Test on Python 3.9 (#4303)
* Test on Python 3.9 * Document Python 3.9 support * Update requirements
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 d5128675..3fbee695 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 3.6, 3.7, or 3.8. If you do not already
+NetworkX requires Python 3.6, 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>`_.