Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- use different mypy for different python versions
  • Loading branch information
devkral committed Nov 21, 2024
1 parent cfcf219 commit 14853d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ testing = [
"pytest-timeout",
"ipdb",
"pytest-mock",
"mypy==1.10",
"mypy==1.10;python_version < '3.10'",
"mypy[faster-cache]==1.13; python_version >= '3.10'",
"httpx",
"types-orjson==3.6.2",
]
Expand Down

0 comments on commit 14853d9

Please sign in to comment.