diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c1ffeb28..c95fbc98 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,4 +34,4 @@ jobs: - name: Check types with mypy run: | source .venv/bin/activate - mypy . + mypy --python-version 3.11 .