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>2021-10-06 20:34:44 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-06 20:34:44 +0300
commitf13ad8020767202df101c2f193db77136c281558 (patch)
tree363d2d35912499e7d2802d84eb984c5721f595d4 /setup.py
parentc922189920ec36fe34aab41ee467a854849a57b8 (diff)
Support Python 3.10
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 2b4504101..3dbc8746b 100644
--- a/setup.py
+++ b/setup.py
@@ -207,6 +207,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: Setuptools Plugin',