Skip to content

Commit 4e7cc4c

Browse files
committed
Sync Python version requirements.
1 parent 62cddb7 commit 4e7cc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def long_description():
127127

128128
packages=find_packages(),
129129
# https://www.python.org/dev/peps/pep-0345/#version-specifiers
130-
python_requires='>= 2.7, != 3.0.*, != 3.1.*, != 3.2.*',
130+
python_requires='>= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*',
131131
install_requires=DEPENDENCIES,
132132
tests_require=DEPENDENCIES + EXTRA_DEPENDENCIES['tests'],
133133
extras_require=EXTRA_DEPENDENCIES,

0 commit comments

Comments
 (0)