From b60384d54ad8b48f04b83a633e484f6beef6d6e7 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:24:49 -0800 Subject: [PATCH] workflows: set python 3.11 for mypy --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c1ffeb282..c95fbc984 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 .