File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1111python :
1212 install :
Original file line number Diff line number Diff 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
99extras = docs
1010commands =
1111 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