Skip to content

Commit bf52236

Browse files
authored
Build docs on 3.11 (#1101)
1 parent 4b6ce45 commit bf52236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/setup-python@v4
145145
with:
146146
# Keep in sync with tox/docs and .readthedocs.yaml.
147-
python-version: "3.10"
147+
python-version: "3.11"
148148

149149
- run: python -Im pip install --upgrade wheel tox
150150
- run: python -Im tox -e docs,changelog

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
os: ubuntu-20.04
77
tools:
88
# Keep version in sync with tox.ini/docs and ci.yml/docs.
9-
python: "3.10"
9+
python: "3.11"
1010

1111
python:
1212
install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ isolated_build = True
55

66
[testenv:docs]
77
# Keep basepython in sync with ci.yml/docs and .readthedocs.yaml.
8-
basepython = python3.10
8+
basepython = python3.11
99
extras = docs
1010
commands =
1111
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)