We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7c390 commit 9470db7Copy full SHA for 9470db7
setup.py
@@ -58,14 +58,10 @@ def read_without_comments(filename):
58
maintainer='cpplint Developers',
59
maintainer_email='see_github@nospam.com',
60
classifiers=['Programming Language :: Python',
61
- 'Programming Language :: Python :: 2',
62
- 'Programming Language :: Python :: 2.7',
63
- 'Programming Language :: Python :: 3',
64
- 'Programming Language :: Python :: 3.6',
65
- 'Programming Language :: Python :: 3.7',
66
'Programming Language :: Python :: 3.8',
67
'Programming Language :: Python :: 3.9',
68
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
69
'Programming Language :: C++',
70
'Development Status :: 5 - Production/Stable',
71
'Environment :: Console',
0 commit comments