Skip to content

Commit be1242b

Browse files
committed
Adjust classifiers to the actually tested build matrix
1 parent de769a3 commit be1242b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ def run_tests(self):
5757
'Development Status :: 5 - Production/Stable',
5858
'Environment :: Web Environment',
5959
'License :: OSI Approved :: Apache Software License',
60-
'Programming Language :: Python :: 2',
61-
'Programming Language :: Python :: 2.7',
6260
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.4',
64-
'Programming Language :: Python :: 3.5',
65-
'Programming Language :: Python :: 3.6',
6661
'Programming Language :: Python :: 3.7',
62+
'Programming Language :: Python :: 3.8',
63+
'Programming Language :: Python :: 3.9',
64+
'Programming Language :: Python :: 3.10',
65+
'Programming Language :: Python :: 3.11',
6766
'Topic :: Software Development :: Libraries :: Python Modules',
6867
'Topic :: Utilities',
6968
]

0 commit comments

Comments
 (0)