Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-28 20:36:02 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-05-28 20:36:02 +0300
commit03bb9ff84a054db5f337cbb3ab6c2eebb9321905 (patch)
tree0d882a0ea589209c629bfb1d35595039e6cd333d /setup.py
parentee4c7d3a68734a6cbfc787d9b9e80cd5c260fdcb (diff)
Add py38 to the list of PyPI classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a427d5493..5e822fe9b 100644
--- a/setup.py
+++ b/setup.py
@@ -202,6 +202,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin',