We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44ea6c commit 3a516dfCopy full SHA for 3a516df
setup.py
@@ -9,9 +9,12 @@
9
10
classifiers = [
11
'Development Status :: 6 - Mature',
12
- 'Programming Language :: Python :: 3.5',
13
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
14
'Programming Language :: Python :: 3.7',
15
+ 'Programming Language :: Python :: 3.8',
16
+ 'Programming Language :: Python :: 3.9',
17
+ 'Programming Language :: Python :: 3.10',
18
'Operating System :: OS Independent',
19
'Environment :: X11 Applications',
20
'Environment :: Win32 (MS Windows)',
0 commit comments