Skip to content

Commit

Permalink
test: change mypy to 1.4.1 because of python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 31, 2024
1 parent 911544a commit 2753a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runenv = "runenv:run"

[project.optional-dependencies]
devel-types = [
"mypy ==1.13.0",
"mypy ==1.4.1",
]
devel-test = [
"coverage[toml] ~=7.0",
Expand Down

0 comments on commit 2753a48

Please sign in to comment.