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:
authorJon Dufresne <jon.dufresne@gmail.com>2020-11-01 19:25:22 +0300
committerJon Dufresne <jon.dufresne@gmail.com>2020-11-01 19:25:22 +0300
commit95f313eab718ec55da327179a8b25a52e080c97b (patch)
tree6f6811847466c8cea26083d147d4293cfba24391 /setup.py
parent7eabbfc5ecdf52329672410f651880645074e215 (diff)
Test and document support for Python 3.9 release
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 bf3d7dc6e..a5f48afa6 100644
--- a/setup.py
+++ b/setup.py
@@ -202,6 +202,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',