Skip to content

Commit

Permalink
Update mypy minimum version
Browse files Browse the repository at this point in the history
The ParamSpec code requires a minimum mypy version. Upon some manually testing, it seems 0.991 is the minimum version that works, so update the setup.cfg accordingly.
  • Loading branch information
LucidDan committed Feb 19, 2023
1 parent e4b74d6 commit ba7c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zip_safe = false
tests =
pytest
pytest-asyncio
mypy>=0.800
mypy>=0.991

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit ba7c2d2

Please sign in to comment.