File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- uses : actions/setup-python@v4
145
145
with :
146
146
# Keep in sync with tox/docs and .readthedocs.yaml.
147
- python-version : " 3.10 "
147
+ python-version : " 3.11 "
148
148
149
149
- run : python -Im pip install --upgrade wheel tox
150
150
- run : python -Im tox -e docs,changelog
Original file line number Diff line number Diff line change 6
6
os : ubuntu-20.04
7
7
tools :
8
8
# Keep version in sync with tox.ini/docs and ci.yml/docs.
9
- python : " 3.10 "
9
+ python : " 3.11 "
10
10
11
11
python :
12
12
install :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ isolated_build = True
5
5
6
6
[testenv:docs]
7
7
# Keep basepython in sync with ci.yml/docs and .readthedocs.yaml.
8
- basepython = python3.10
8
+ basepython = python3.11
9
9
extras = docs
10
10
commands =
11
11
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
You can’t perform that action at this time.
0 commit comments