Skip to content

Commit dfc68c2

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
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",
@@ -175,7 +173,7 @@
175173
packages=PACKAGES,
176174
package_data=PACKAGE_DATA,
177175
include_package_data=True,
178-
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",
176+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
179177
classifiers=CLASSIFIERS,
180178
**setup_kwds
181179
)

0 commit comments

Comments
 (0)