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: