From dd58e42553e7836f5152fe7cfc460d4a3353cac8 Mon Sep 17 00:00:00 2001 From: mozman Date: Sun, 28 Jul 2024 08:17:20 +0200 Subject: [PATCH] require a newer mypy version --- .github/workflows/mypy.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 4bb997806..60bac43ca 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -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 . diff --git a/requirements-dev.txt b/requirements-dev.txt index 1b13fb116..c5c8bdbae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ typing_extensions>=4.6.0 numpy fonttools pytest -mypy +mypy>=1.11 cython matplotlib pyside6