Skip to content

Commit

Permalink
pyproject.toml: set mypy python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt authored and bluetech committed Apr 26, 2023
1 parent 56a507d commit 4e039f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ version-file = "execnet/_version.py"
include = [
"/execnet",
]


[tool.mypy]
python_version = "3.7"

0 comments on commit 4e039f3

Please sign in to comment.