Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae60229 commit d95a2e7Copy full SHA for d95a2e7
setup.py
@@ -31,7 +31,7 @@
31
extras_require = {
32
# Older versions of pip don't support operators other than ==/!=
33
":python_version=='2.6' or python_version=='2.7'": REQUIRES_PY2,
34
- ":python_version!='2.6' and python_version!='2.7'": REQUIRES_PY3,
+ ":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,
35
}
36
37
setup(
0 commit comments