File tree 1 file changed +17
-5
lines changed
1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,15 @@ jobs:
31
31
target : aarch64
32
32
steps :
33
33
- uses : actions/checkout@v4
34
- - uses : actions/setup-python@v5
35
- with :
36
- python-version : " 3.12"
37
34
- name : Install uv
38
35
uses : astral-sh/setup-uv@v5
36
+ - uses : actions/setup-python@v5
37
+ with :
38
+ python-version : |
39
+ 3.10
40
+ 3.11
41
+ 3.12
42
+ 3.13
39
43
- name : Build wheels
40
44
uses : PyO3/maturin-action@v1
41
45
with :
@@ -160,7 +164,11 @@ jobs:
160
164
- uses : actions/checkout@v4
161
165
- uses : actions/setup-python@v5
162
166
with :
163
- python-version : " 3.12"
167
+ python-version : |
168
+ 3.10
169
+ 3.11
170
+ 3.12
171
+ 3.13
164
172
architecture : ${{ matrix.platform.target }}
165
173
- name : Install uv
166
174
uses : astral-sh/setup-uv@v5
@@ -211,7 +219,11 @@ jobs:
211
219
- uses : actions/checkout@v4
212
220
- uses : actions/setup-python@v5
213
221
with :
214
- python-version : " 3.12"
222
+ python-version : |
223
+ 3.10
224
+ 3.11
225
+ 3.12
226
+ 3.13
215
227
- name : Install uv
216
228
uses : astral-sh/setup-uv@v5
217
229
- uses : maxim-lobanov/setup-xcode@v1
You can’t perform that action at this time.
0 commit comments