From bf32d58cfc6bdf493d677cd3cf9edfecf21bc264 Mon Sep 17 00:00:00 2001 From: Matt Landreman Date: Sun, 20 Oct 2024 09:18:56 -0500 Subject: [PATCH] Update python version for docs build --- .github/workflows/docs_test.yml | 2 +- .readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_test.yml b/.github/workflows/docs_test.yml index 57b0cfc24..1ff2c392a 100644 --- a/.github/workflows/docs_test.yml +++ b/.github/workflows/docs_test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9] + python-version: ["3.11"] steps: - uses: actions/checkout@v4 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b959ec9b8..09ff049ad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: