Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94d15ef

Browse files
committedNov 25, 2024·
CICD: Bump host CPython version to 3.11
1 parent 5cc8572 commit 94d15ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/nonvendored_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-python@v5
4848
with:
49-
python-version: "3.10"
49+
python-version: "3.11"
5050

5151
- name: Install cibuildwheel
5252
run: python -m pip install cibuildwheel==2.22.0

‎.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-python@v5
4848
with:
49-
python-version: "3.10"
49+
python-version: "3.11"
5050

5151
- name: Cache OpenMP repo
5252
if: matrix.os == 'macos-latest'
@@ -169,7 +169,7 @@ jobs:
169169
steps:
170170
- uses: actions/setup-python@v5
171171
with:
172-
python-version: "3.10"
172+
python-version: "3.11"
173173
- uses: actions/download-artifact@v4
174174
with:
175175
pattern: artifact-*
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- uses: actions/setup-python@v5
195195
with:
196-
python-version: "3.10"
196+
python-version: "3.11"
197197

198198
- uses: actions/download-artifact@v4
199199
with:

0 commit comments

Comments
 (0)
Please sign in to comment.