File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,16 +272,16 @@ jobs:
272
272
persist-credentials : false
273
273
- uses : actions/setup-python@v5
274
274
with :
275
+ # TODO: 3.14t blocked by https://github.com/PyO3/maturin-action/issues/353
275
276
python-version : |
276
277
3.13t
277
- 3.14t
278
278
allow-prereleases : true
279
279
architecture : ${{ matrix.target }}
280
280
- name : Build wheels
281
281
uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
282
282
with :
283
283
target : ${{ matrix.target }}
284
- args : --release --out dist --interpreter '3.13t 3.14t '
284
+ args : --release --out dist --interpreter '3.13t'
285
285
sccache : ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
286
286
- name : Upload wheels
287
287
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments