We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f0d0b commit fe1f70fCopy full SHA for fe1f70f
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
"lint": ["flake8==3.7.9", "flake8-bugbear==20.1.4", "mypy==0.770", "pre-commit>=1.20,<3.0"],
10
}
11
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
12
-PYTHON_REQUIRES = ">=3.5"
+PYTHON_REQUIRES = ">=3.5.3"
13
14
15
def find_version(fname):
0 commit comments