From be1242bdf6cb17ab0c33a36d48067a10f6b728ff Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 15 Aug 2024 13:40:31 +0200 Subject: [PATCH] Adjust classifiers to the actually tested build matrix --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 922c025c..e55070b5 100755 --- a/setup.py +++ b/setup.py @@ -57,13 +57,12 @@ def run_tests(self): 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - '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', + 'Programming Language :: Python :: 3.11', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Utilities', ]