diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index cf62ce24fb9e..ee868484751e 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install -U pip