diff options
author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-10 20:29:44 +0000 |
---|---|---|
committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-10 20:29:44 +0000 |
commit | 11d90fdec12b7b824cb9f1f251ef11cc49593547 (patch) | |
tree | 1ec2022e8bb5d07752e1dc4c3136adef0e58d840 /setup.py | |
parent | 74f59a2cb2b8c243cb284360628c6435db14cf70 (diff) | |
download | docutils-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-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |