Skip to content

Commit 14d23be

Browse files
committed
Try splitting mypy versions across Python 3.7
1 parent 75876c7 commit 14d23be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage==7.2.7
2-
mypy==1.8.0
2+
mypy==1.4.1; python_version < "3.8"
3+
mypy[faster-cache]==1.14.1; python_version >= "3.8" # Last mypy version to run on Python 3.8
34
pytest==7.4.4; python_version < "3.8"
45
pytest==8.3.4; python_version >= "3.8"
56
pytest-cov==4.1.0

0 commit comments

Comments
 (0)