We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba8cfc commit 6e63e41Copy full SHA for 6e63e41
1 file changed
setup.py
@@ -14,12 +14,10 @@
14
packages=setuptools.find_packages(),
15
test_suite='',
16
classifiers=[
17
- 'Programming Language :: Python :: 3.6',
18
- 'Programming Language :: Python :: 3.7',
19
- 'Programming Language :: Python :: 3.8',
20
'Programming Language :: Python :: 3.9',
21
'Programming Language :: Python :: 3.10',
22
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
23
"License :: OSI Approved :: MIT License",
24
],
25
)
0 commit comments