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-11-03 20:42:59 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-04 20:19:48 +0300
commitf12451f304812c668f7409ec06161e958464ec8e (patch)
treeae6d19d045141d4ebcfbca481b89d3bec138f7f9 /setup.py
parentab707be1e1def8c904b5df0c5ddeaf2edacca0f6 (diff)
test: Do test with py39
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 8505d2679..27bbb3ae0 100644
--- a/setup.py
+++ b/setup.py
@@ -203,6 +203,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin',