Skip to content

Commit 0e59cc9

Browse files
committed
Update Python requirement to >= 3.4
1 parent da0a610 commit 0e59cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
license="BSD",
2727
packages=find_packages(),
2828
zip_safe=True,
29-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
29+
python_requires=">=3.4",
3030
classifiers=[
3131
# Picked from
3232
# http://pypi.python.org/pypi?:action=list_classifiers

0 commit comments

Comments
 (0)