diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db7b46..915aa97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,8 @@ jobs: fetch-depth: 0 - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Install dependencies run: | pip install -r docs/requirements.txt @@ -90,7 +92,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.11' - name: Install Dependencies run: | python -m pip install --upgrade pip setuptools wheel diff --git a/.readthedocs.yml b/.readthedocs.yml index 2e205d7..e935845 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,9 +3,10 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" python: + version: 3 install: - method: pip path: .