diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:48:04 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:48:04 +0000 |
| commit | 6a2f86ea0f1e9aa10be166a0f269c5a5047415ea (patch) | |
| tree | 22abfc9894e2693929244e29d475b23678e45500 /docutils/setup.py | |
| parent | b76d46680366aa2c3163ff55d0e333fcfda553a9 (diff) | |
| download | docutils-6a2f86ea0f1e9aa10be166a0f269c5a5047415ea.tar.gz | |
Docutils 0.19 requires Python 3.7 or later.
Update documentation and setup.
Removal of special-casing and 2.7 compatibility hacks following soon.
Specify versions in deprecation/removal announcements.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8924 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index 0829c5672..870b99b4d 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -91,14 +91,11 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - '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', + 'Programming Language :: Python :: 3.10', 'Topic :: Documentation', 'Topic :: Software Development :: Documentation', 'Topic :: Text Processing', |
