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 40c1d35 commit e2eadb7
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 @@ -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
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 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 @@ -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
Expand Down

0 comments on commit e2eadb7

Please sign in to comment.