summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-02-10 20:29:44 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-02-10 20:29:44 +0000
commit11d90fdec12b7b824cb9f1f251ef11cc49593547 (patch)
tree1ec2022e8bb5d07752e1dc4c3136adef0e58d840 /setup.py
parent74f59a2cb2b8c243cb284360628c6435db14cf70 (diff)
downloaddocutils-11d90fdec12b7b824cb9f1f251ef11cc49593547.tar.gz
Add Python 3. and 3.9 to setup.py
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 908d7b85d..8e74d7a31 100755
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,8 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Documentation',
'Topic :: Software Development :: Documentation',
'Topic :: Text Processing',