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

Skip to content

Commit 09ce75f

Browse files
committed
No more support Python 2.6
1 parent f1f9c15 commit 09ce75f

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
@@ -30,7 +30,7 @@
3030
# Environment markers
3131
extras_require = {
3232
# Older versions of pip don't support operators other than ==/!=
33-
":python_version=='2.6' or python_version=='2.7'": REQUIRES_PY2,
33+
":python_version=='2.7'": REQUIRES_PY2,
3434
(":python_version=='3.3' or python_version=='3.4' or"
3535
" python_version=='3.5' or python_version=='3.6'"): REQUIRES_PY3,
3636
}

0 commit comments

Comments
 (0)