Skip to content

Commit c9099f6

Browse files
Remove Python 2.6 and 3.3 from classifiers
1 parent 6735943 commit c9099f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@
9595
CLASSIFIERS = [
9696
"Programming Language :: Python",
9797
"Programming Language :: Python :: 2",
98-
"Programming Language :: Python :: 2.6",
9998
"Programming Language :: Python :: 2.7",
10099
"Programming Language :: Python :: 3",
101-
"Programming Language :: Python :: 3.3",
102100
"Programming Language :: Python :: 3.4",
103101
"Programming Language :: Python :: 3.5",
104102
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)