We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84edad5 commit 5a6dfa9Copy full SHA for 5a6dfa9
setup.py
@@ -62,12 +62,10 @@ def run_tests(self):
62
'License :: OSI Approved :: MIT License',
63
'Operating System :: OS Independent',
64
'Programming Language :: Python',
65
- 'Programming Language :: Python :: 2',
66
- 'Programming Language :: Python :: 2.7',
67
'Programming Language :: Python :: 3',
68
- 'Programming Language :: Python :: 3.4',
69
- 'Programming Language :: Python :: 3.5',
70
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
71
'Programming Language :: Python :: Implementation :: CPython',
72
'Programming Language :: Python :: Implementation :: PyPy',
73
'Topic :: Utilities',
0 commit comments