Skip to content

Commit

Permalink
require a newer mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jul 28, 2024
1 parent 2eb3197 commit dd58e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel mypy pyparsing numpy fonttools
python -m pip install wheel "mypy>=1.11" pyparsing numpy fonttools
- name: Install without C-extensions
run: |
python -m pip install .
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ typing_extensions>=4.6.0
numpy
fonttools
pytest
mypy
mypy>=1.11
cython
matplotlib
pyside6
Expand Down

0 comments on commit dd58e42

Please sign in to comment.