Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d95a2e7

Browse files
committed
Be more explicit about unsupported Python 3 versions
1 parent ae60229 commit d95a2e7

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
@@ -31,7 +31,7 @@
3131
extras_require = {
3232
# Older versions of pip don't support operators other than ==/!=
3333
":python_version=='2.6' or python_version=='2.7'": REQUIRES_PY2,
34-
":python_version!='2.6' and python_version!='2.7'": REQUIRES_PY3,
34+
":python_version!='2.6' and python_version!='2.7' and python_version!='3.0' and python_version!='3.1' and python_version!='3.2'": REQUIRES_PY3,
3535
}
3636

3737
setup(

0 commit comments

Comments
 (0)