From 71c224394175a0eb7bead3822ea5d88c4e7b1363 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 30 Oct 2024 23:19:51 -0700 Subject: [PATCH] CI: Select correct Python version for docs/lint/package checks. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 592003d..8e81f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: python -Im pip install --upgrade nox python -Im nox --version - name: Check package - run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.12" + run: "python -Im nox --non-interactive --error-on-external-run --tag packaging --python 3.13" required-checks-pass: