Skip to content

Commit b1e12bc

Browse files
committed
Adjust classifiers to the actually tested build matrix
1 parent 1bd08e2 commit b1e12bc

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
@@ -52,13 +52,12 @@ def finalize_options(self):
5252
'Development Status :: 5 - Production/Stable',
5353
'Environment :: Web Environment',
5454
'License :: OSI Approved :: Apache Software License',
55-
'Programming Language :: Python :: 2',
56-
'Programming Language :: Python :: 2.7',
5755
'Programming Language :: Python :: 3',
58-
'Programming Language :: Python :: 3.4',
59-
'Programming Language :: Python :: 3.5',
60-
'Programming Language :: Python :: 3.6',
6156
'Programming Language :: Python :: 3.7',
57+
'Programming Language :: Python :: 3.8',
58+
'Programming Language :: Python :: 3.9',
59+
'Programming Language :: Python :: 3.10',
60+
'Programming Language :: Python :: 3.11',
6261
'Topic :: Software Development :: Libraries :: Python Modules',
6362
'Topic :: Utilities',
6463
]

0 commit comments

Comments
 (0)