From 42463e321843bd2bc95d22fa57901328ab731862 Mon Sep 17 00:00:00 2001 From: staticdev Date: Sat, 10 Dec 2022 13:13:31 +0100 Subject: [PATCH] Upgrade docs sessions to 3.11 --- .github/workflows/docs.yml | 2 +- .github/workflows/tests.yml | 2 +- .readthedocs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86c2c5b1..ace8e6cf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Upgrade pip run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb1c880f..8bf92803 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,7 +98,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Upgrade pip run: | diff --git a/.readthedocs.yml b/.readthedocs.yml index 66f2a214..55299359 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,8 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" sphinx: configuration: docs/conf.py formats: all