Skip to content

Commit 4e039f3

Browse files
RonnyPfannschmidtbluetech
authored andcommitted
pyproject.toml: set mypy python version to 3.7
1 parent 56a507d commit 4e039f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ version-file = "execnet/_version.py"
5555
include = [
5656
"/execnet",
5757
]
58+
59+
60+
[tool.mypy]
61+
python_version = "3.7"

0 commit comments

Comments
 (0)