Skip to content

Commit

Permalink
Build docs on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 2, 2024
1 parent 34ffe83 commit 991a849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
with:
cache: pip
# Keep in-sync with .readthedocs.yaml and tox.ini/docs.
python-version: "3.11"
python-version: "3.12"

- name: Prepare & run tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
os: ubuntu-22.04
tools:
# Keep version in-sync with tox.ini/docs and ci.yml/docs.
python: "3.11"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ commands = mypy src
[testenv:docs]
description = Build docs and run doctests.
# Keep base_python in-sync with .readthedocs.yaml and ci.yml/docs.
base_python = py311
base_python = py312
extras = docs
commands =
python -Im doctest README.md
Expand Down

0 comments on commit 991a849

Please sign in to comment.