Skip to content

Commit 3318c43

Browse files
committed
Update classifiers to reflect supported Python versions
1 parent 9f9f8ed commit 3318c43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
'Topic :: Software Development :: Testing',
2828
'Topic :: Utilities',
2929
'Programming Language :: Python',
30-
'Programming Language :: Python :: 2.6',
3130
'Programming Language :: Python :: 2.7',
32-
'Programming Language :: Python :: 3.3',
33-
'Programming Language :: Python :: 3.4',
34-
'Programming Language :: Python :: 3.5',
31+
'Programming Language :: Python :: 3.6',
3532
'Programming Language :: Python :: Implementation :: CPython',
3633
'Programming Language :: Python :: Implementation :: PyPy'])

0 commit comments

Comments
 (0)