Skip to content

Commit fe1f70f

Browse files
authored
Require Python 3.5.3 (#154)
1 parent c0f0d0b commit fe1f70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": ["flake8==3.7.9", "flake8-bugbear==20.1.4", "mypy==0.770", "pre-commit>=1.20,<3.0"],
1010
}
1111
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
12-
PYTHON_REQUIRES = ">=3.5"
12+
PYTHON_REQUIRES = ">=3.5.3"
1313

1414

1515
def find_version(fname):

0 commit comments

Comments
 (0)