Skip to content

Commit db1f7e7

Browse files
cclaussomgjlk
authored andcommitted
setup.py: Upgrade the PyPI trove classifiers (sigmavirus24#938)
1 parent 2b49248 commit db1f7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def run_tests(self): # noqa: D102
9292
'Programming Language :: Python :: 2',
9393
'Programming Language :: Python :: 2.7',
9494
'Programming Language :: Python :: 3',
95-
'Programming Language :: Python :: 3.3',
96-
'Programming Language :: Python :: 3.4',
9795
'Programming Language :: Python :: 3.5',
96+
'Programming Language :: Python :: 3.6',
97+
'Programming Language :: Python :: 3.7',
9898
'Programming Language :: Python :: Implementation :: CPython',
9999
],
100100
extras_require={

0 commit comments

Comments
 (0)