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 f1f9c15 commit 09ce75fCopy full SHA for 09ce75f
setup.py
@@ -30,7 +30,7 @@
30
# Environment markers
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,
+ ":python_version=='2.7'": REQUIRES_PY2,
34
(":python_version=='3.3' or python_version=='3.4' or"
35
" python_version=='3.5' or python_version=='3.6'"): REQUIRES_PY3,
36
}
0 commit comments