From e2eadb702056b261fba27076e9cce9aebccbd266 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 2 Jan 2024 15:50:14 +0100 Subject: [PATCH] Build docs on 3.12 --- .github/workflows/ci.yml | 2 +- .readthedocs.yaml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d79a45..90cceb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: - uses: actions/setup-python@v5 with: # Keep in sync with tox.ini/docs & .readthedocs.yaml - python-version: "3.11" + python-version: "3.12" cache: pip - name: Install & run tox diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c492c10..7c5cec7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ build: os: ubuntu-22.04 tools: # Keep in-sync with tox.ini/docs and ci.yml/docs - python: "3.11" + python: "3.12" python: install: diff --git a/tox.ini b/tox.ini index 2e01bee..0d73684 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = mypy src [testenv:docs] # Keep in-sync with gh-actions and .readthedocs.yaml. -base_python = py311 +base_python = py312 extras = docs commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html