File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 21
21
# Used to host cibuildwheel
22
22
- uses : actions/setup-python@v5
23
23
with :
24
- python-version : " 3.9"
24
+ python-version : " 3.12"
25
+ cache : ' pip'
25
26
26
27
- name : Install dependencies
27
28
run : |
60
61
# Used to host cibuildwheel
61
62
- uses : actions/setup-python@v5
62
63
with :
63
- python-version : " 3.9"
64
+ python-version : " 3.12"
65
+ cache : ' pip'
64
66
65
67
- name : Install dependencies
66
68
run : |
@@ -125,7 +127,8 @@ jobs:
125
127
submodules : " recursive"
126
128
- uses : actions/setup-python@v5
127
129
with :
128
- python-version : " 3.9"
130
+ python-version : " 3.12"
131
+ cache : ' pip'
129
132
- name : Install dependencies
130
133
run : |
131
134
python -m pip install --upgrade pip build
@@ -170,7 +173,8 @@ jobs:
170
173
# Used to host cibuildwheel
171
174
- uses : actions/setup-python@v5
172
175
with :
173
- python-version : " 3.9"
176
+ python-version : " 3.12"
177
+ cache : ' pip'
174
178
175
179
- name : Install dependencies
176
180
run : |
@@ -211,7 +215,8 @@ jobs:
211
215
# Used to host cibuildwheel
212
216
- uses : actions/setup-python@v5
213
217
with :
214
- python-version : " 3.9"
218
+ python-version : " 3.12"
219
+ cache : ' pip'
215
220
216
221
- name : Install dependencies
217
222
run : |
@@ -253,6 +258,7 @@ jobs:
253
258
- uses : actions/setup-python@v5
254
259
with :
255
260
python-version : " 3.9"
261
+ cache : ' pip'
256
262
257
263
- name : Install dependencies
258
264
run : |
You can’t perform that action at this time.
0 commit comments