8000
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 2b49248 commit db1f7e7Copy full SHA for db1f7e7
setup.py
@@ -92,9 +92,9 @@ def run_tests(self): # noqa: D102
92
'Programming Language :: Python :: 2',
93
'Programming Language :: Python :: 2.7',
94
'Programming Language :: Python :: 3',
95
- 'Programming Language :: Python :: 3.3',
96
- 'Programming Language :: Python :: 3.4',
97
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
98
'Programming Language :: Python :: Implementation :: CPython',
99
],
100
extras_require={
0 commit comments