From af7adabc35ad263f3e269cbbc5cccdbe13d4e7f7 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 30 Jun 2024 16:29:45 -0700 Subject: [PATCH] Use Python 3.12 for mypy_primer I'd like for us to cover projects that use Python 3.12 only syntax --- .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 07a1d0863eb2..0c77d3a255d8 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - name: Install dependencies run: | python -m pip install -U pip