Skip to content

Commit 8352f62

Browse files
committed
Use Python 3.12 to build source and docs on CI
1 parent 32aad9b commit 8352f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: "Setup Python"
9393
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
9494
with:
95-
python-version: 3.11
95+
python-version: 3.12
9696

9797
- name: "Install source dependencies"
9898
run: |
@@ -129,7 +129,7 @@ jobs:
129129
- name: "Setup Python"
130130
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
131131
with:
132-
python-version: 3.11
132+
python-version: 3.12
133133

134134
- name: "Install docs dependencies"
135135
run: |

0 commit comments

Comments
 (0)