We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2a55a commit ca8190cCopy full SHA for ca8190c
.github/workflows/build.yml
@@ -180,7 +180,7 @@ jobs:
180
- name: Set up python
181
uses: actions/setup-python@v5
182
with:
183
- python-version: 3.x
+ python-version: 3.12
184
- name: Set up submodules
185
uses: ./.github/actions/deps/submodules
186
.readthedocs.yml
@@ -11,7 +11,7 @@ version: 2
11
build:
12
os: ubuntu-24.04
13
tools:
14
- python: "3"
+ python: "3.12"
15
jobs:
16
post_install:
17
- python tools/ci_fetch_deps.py docs
0 commit comments