This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 94d15ef committed Nov 25, 2024 · 37 / 39
1 parent 5cc8572 commit 94d15ef Copy full SHA for 94d15ef
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- uses : actions/setup-python@v5
48
48
with :
49
- python-version : " 3.10 "
49
+ python-version : " 3.11 "
50
50
51
51
- name : Install cibuildwheel
52
52
run : python -m pip install cibuildwheel==2.22.0
Original file line number Diff line number Diff line change 46
46
47
47
- uses : actions/setup-python@v5
48
48
with :
49
- python-version : " 3.10 "
49
+ python-version : " 3.11 "
50
50
51
51
- name : Cache OpenMP repo
52
52
if : matrix.os == 'macos-latest'
@@ -169,7 +169,7 @@ jobs:
169
169
steps :
170
170
- uses : actions/setup-python@v5
171
171
with :
172
- python-version : " 3.10 "
172
+ python-version : " 3.11 "
173
173
- uses : actions/download-artifact@v4
174
174
with :
175
175
pattern : artifact-*
@@ -193,7 +193,7 @@ jobs:
193
193
steps :
194
194
- uses : actions/setup-python@v5
195
195
with :
196
- python-version : " 3.10 "
196
+ python-version : " 3.11 "
197
197
198
198
- uses : actions/download-artifact@v4
199
199
with :
You can’t perform that action at this time.
0 commit comments