We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb3197 commit dd58e42Copy full SHA for dd58e42
.github/workflows/mypy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- python -m pip install wheel mypy pyparsing numpy fonttools
+ python -m pip install wheel "mypy>=1.11" pyparsing numpy fonttools
22
- name: Install without C-extensions
23
24
python -m pip install .
requirements-dev.txt
@@ -5,7 +5,7 @@ typing_extensions>=4.6.0
5
numpy
6
fonttools
7
pytest
8
-mypy
+mypy>=1.11
9
cython
10
matplotlib
11
pyside6
0 commit comments