Skip to content

Commit dd58e42

Browse files
committed
require a newer mypy version
1 parent 2eb3197 commit dd58e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
python -m pip install wheel mypy pyparsing numpy fonttools
21+
python -m pip install wheel "mypy>=1.11" pyparsing numpy fonttools
2222
- name: Install without C-extensions
2323
run: |
2424
python -m pip install .

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ typing_extensions>=4.6.0
55
numpy
66
fonttools
77
pytest
8-
mypy
8+
mypy>=1.11
99
cython
1010
matplotlib
1111
pyside6

0 commit comments

Comments
 (0)