summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.rst2
-rw-r--r--networkx/release.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index bb19a2fc..df6b5110 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -1,7 +1,7 @@
Install
=======
-NetworkX requires Python 3.5, 3.6, or 3.7. If you do not already
+NetworkX requires Python 3.5, 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>`_.
diff --git a/networkx/release.py b/networkx/release.py
index 1c23a9ff..5e8ea391 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -209,6 +209,7 @@ classifiers = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Bio-Informatics',