summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-11-22 17:36:35 -0800
committerGitHub <noreply@github.com>2021-11-22 17:36:35 -0800
commit9b26842f3a7d5dc0055f70e839e3a891eb1d3dbb (patch)
tree16d0ee523cc75ac03b8cdd49035d00ee18f860c6 /INSTALL.rst
parent3858c531213b88564b3390f34eb9a9c2c0ae5b0d (diff)
downloadnetworkx-9b26842f3a7d5dc0055f70e839e3a891eb1d3dbb.tar.gz
Test on Python 3.10 (#5185)
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
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 6a8b6f78..792c099b 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 3.8 or 3.9. If you do not already
+NetworkX requires Python 3.8, 3.9, or 3.10. 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>`_.