Skip to content

Commit b625815

Browse files
committed
Pin Mypy version used by PyPy for tests
Latest Mypy versions are incompatible with PyPy: - python/mypy#20329 - python/mypy#20384
1 parent 4abaa16 commit b625815

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dev = [
6868
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
6969
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
7070
"mypy==v1.14.1 ; python_version>='3.8' and python_version<'3.9'",
71+
"mypy==v1.18.2 ; platform_python_implementation == 'PyPy'",
7172
"mypy==v1.18.2 ; python_version>='3.9'",
7273
# Docs.
7374
"Sphinx==8.2.1 ; python_version>='3.11'",

0 commit comments

Comments
 (0)