We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8976ed4 commit c3ff508Copy full SHA for c3ff508
setup.py
@@ -24,13 +24,11 @@
24
platforms='Cross platform (Linux, Mac OSX, Windows)',
25
license="BSD",
26
classifiers=['Development Status :: 4 - Beta',
27
- 'Programming Language :: Python :: 2',
28
- 'Programming Language :: Python :: 2.6',
29
- 'Programming Language :: Python :: 2.7',
30
'Programming Language :: Python :: 3',
31
- 'Programming Language :: Python :: 3.3',
32
- 'Programming Language :: Python :: 3.4',
33
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
34
],
35
long_description=descr,
36
)
0 commit comments