Skip to content

Commit ca8190c

Browse files
committed
use python 3.12 to build docs
1 parent ec2a55a commit ca8190c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up python
181181
uses: actions/setup-python@v5
182182
with:
183-
python-version: 3.x
183+
python-version: 3.12
184184
- name: Set up submodules
185185
uses: ./.github/actions/deps/submodules
186186
with:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 2
1111
build:
1212
os: ubuntu-24.04
1313
tools:
14-
python: "3"
14+
python: "3.12"
1515
jobs:
1616
post_install:
1717
- python tools/ci_fetch_deps.py docs

0 commit comments

Comments
 (0)