Skip to content

Commit f0ddfaf

Browse files
committed
update mypy minimum version for python 3.7
1 parent 3673fea commit f0ddfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docs = ["sphinx", "sphinx_rtd_theme"]
3939
setuptools = ">=68.0.0"
4040
pytest = ">=5.4.2"
4141
mypy = [
42-
{ version = ">=0.770", python = "<3.8" },
42+
{ version = ">=1.4.0", python = "<3.8" },
4343
{ version = ">=1.7.0", python = ">=3.8" },
4444
]
4545
flake8 = [

0 commit comments

Comments
 (0)