commit:     cb1fa6c3b953e88c7f513d5da444520c8f5c9551
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:58:48 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 18:06:16 2022 +0000
URL:        https://gitweb.gentoo.org/proj/metagen.git/commit/?id=cb1fa6c3

setup.py: Pull Python classifiers into the present

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 setup.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 7418ce6..6e960c7 100755
--- a/setup.py
+++ b/setup.py
@@ -82,12 +82,13 @@ def main():
             'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
             'Natural Language :: English',
             'Programming Language :: Python',
-            'Programming Language :: Python :: 2',
-            'Programming Language :: Python :: 2.7',
             'Programming Language :: Python :: 3',
-            'Programming Language :: Python :: 3.6',
             'Programming Language :: Python :: 3.7',
             'Programming Language :: Python :: 3.8',
+            'Programming Language :: Python :: 3.8',
+            'Programming Language :: Python :: 3.9',
+            'Programming Language :: Python :: 3.10',
+            'Programming Language :: Python :: 3 :: Only',
             'Topic :: Software Development',
             'Topic :: Text Processing :: Markup :: XML',
             'Topic :: Utilities',

Reply via email to