From ad6a4fd89a3bc322e9d4468604ef80f74d344621 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Sun, 19 Dec 2021 14:46:44 -0800 Subject: [PATCH] [mypy_primer] run using 3.10 --- .github/workflows/mypy_primer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index fcd8b938f295..88500b698707 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.10" - name: Install dependencies run: | python -m pip install -U pip