We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3669fba commit ab8fcd4Copy full SHA for ab8fcd4
1 file changed
setup.py
@@ -45,12 +45,11 @@
45
classifiers=[
46
'Intended Audience :: Developers',
47
'Development Status :: 4 - Beta',
48
- "Programming Language :: Python :: 2",
49
- 'Programming Language :: Python :: 2.7',
50
- 'Programming Language :: Python :: 3',
51
- 'Programming Language :: Python :: 3.6',
52
'Programming Language :: Python :: 3.7',
53
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
54
],
55
test_suite='tests',
56
)
0 commit comments