Skip to content

Commit 5becbc3

Browse files
author
Deepak kudi
committed
Fix CI dependency drift
1 parent c7dfce9 commit 5becbc3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ Tracker = "https://github.com/ipython/traitlets/issues"
3333
[project.optional-dependencies]
3434
test = [
3535
"argcomplete>=3.0.3",
36-
"mypy>=1.7.0",
37-
# see https://github.com/python/mypy/issues/20454
38-
"mypy>=1.7.0,<1.19 ; platform_python_implementation == 'PyPy'",
36+
# mypy 1.19 dropped support for `python_version = "3.9"` targets.
37+
"mypy>=1.7.0,<1.19",
3938
"pre-commit",
4039
"pytest-mock",
4140
"pytest-mypy-testing",

0 commit comments

Comments
 (0)