Skip to content

Commit 59086f8

Browse files
committed
Fix Mypy upper-pin
1 parent e655b3f commit 59086f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ tests = [
8989
lint = [
9090
"flake8>=6.0.0; python_version > '3.7'",
9191
"flake8-type-checking; python_version > '3.7'",
92-
"mypy>=0.800",
92+
# Upper-pin to last py-3.7-compatible version:
93+
"mypy>=0.800,<1.9",
9394
"types-aiofiles"
9495
]
9596
rosa = []

0 commit comments

Comments
 (0)