diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a8086a699..52afeaad8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,8 +13,7 @@ jobs: fail-fast: false matrix: python: - - 3.9 - #- 3.10 + - '3.10' #- 3.11 steps: - name: Check out repository diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e4c23557..cc1f3519b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.10" python: install: - requirements: docs/requirements.txt