Skip to content

Commit 6e63e41

Browse files
authored
Remove old Python versions from classifiers
1 parent fba8cfc commit 6e63e41

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
packages=setuptools.find_packages(),
1515
test_suite='',
1616
classifiers=[
17-
'Programming Language :: Python :: 3.6',
18-
'Programming Language :: Python :: 3.7',
19-
'Programming Language :: Python :: 3.8',
2017
'Programming Language :: Python :: 3.9',
2118
'Programming Language :: Python :: 3.10',
2219
'Programming Language :: Python :: 3.11',
20+
'Programming Language :: Python :: 3.12',
2321
"License :: OSI Approved :: MIT License",
2422
],
2523
)

0 commit comments

Comments
 (0)