Build docs on 3.11 (#1101)
This commit is contained in:
parent
4b6ce456e8
commit
bf522367c0
|
@ -144,7 +144,7 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
# Keep in sync with tox/docs and .readthedocs.yaml.
|
||||
python-version: "3.10"
|
||||
python-version: "3.11"
|
||||
|
||||
- run: python -Im pip install --upgrade wheel tox
|
||||
- run: python -Im tox -e docs,changelog
|
||||
|
|
|
@ -6,7 +6,7 @@ build:
|
|||
os: ubuntu-20.04
|
||||
tools:
|
||||
# Keep version in sync with tox.ini/docs and ci.yml/docs.
|
||||
python: "3.10"
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue