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 Dec 31, 2023
1 parent 0925bbb commit cb39dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
# rtd = yaml.safe_load(f)
# cog.outl(f'python-version: "{rtd["build"]["tools"]["python"]}"')
# ]]]
python-version: "3.11"
python-version: "3.12"
# [[[end]]]
- run: python -Im pip install --upgrade wheel nox

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

python:
install:
Expand Down
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# if "Programming Language :: Python :: " in line:
# cog.outl(f'"{line.rsplit(" ")[-1][:-3]}",')
# ]]]
"3.7",
"3.8",
"3.9",
"3.10",
Expand All @@ -33,7 +32,7 @@
# rtd = yaml.safe_load(f)
# cog.outl(f'DOCS_PYTHON = "{rtd["build"]["tools"]["python"]}"')
# ]]]
DOCS_PYTHON = "3.11"
DOCS_PYTHON = "3.12"
# [[[end]]]

# [[[cog
Expand Down

0 comments on commit cb39dc3

Please sign in to comment.