From 174a25557daeb353a70ea66e95119d785a78b7d3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 15 Oct 2024 21:46:38 -0400 Subject: [PATCH] CI: move docs build to modern version of Python --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 84b3b60a5..17b3516f7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository strategy: matrix: - python-version: [3.8] + python-version: ["3.12"] fail-fast: false runs-on: ubuntu-latest env: