Skip to content

Commit ccf23a1

Browse files
committed
Bump docs CI/RTD Python version to 3.12
The rationale for this is that some documentation-related package versions are way more aggressive than us on the freshness of Python versions. It does not really matter much that documentation building requires a newer version than 3.8, and we'd rather depend on newer Sphinx.
1 parent 4852252 commit ccf23a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/verify-docs-gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
path: ~/.cache/uv
1818
key: ${{ runner.os }}-python-docs-uv
19-
- name: Setup Python 3.8
19+
- name: Setup Python 3.12
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.8'
22+
python-version: '3.12'
2323
- name: Full dependencies
2424
run: |
2525
pip install uv

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
version: 2
44

55
build:
6-
os: ubuntu-20.04
6+
os: ubuntu-24.04
77
tools:
8-
python: "3.9"
8+
python: "3.12"
99

1010
python:
1111
install:

0 commit comments

Comments
 (0)