Skip to content

Commit ddbb33f

Browse files
Skip cp314t wheels for Windows
1 parent 3d16843 commit ddbb33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,16 +272,16 @@ jobs:
272272
persist-credentials: false
273273
- uses: actions/setup-python@v5
274274
with:
275+
# TODO: 3.14t blocked by https://github.com/PyO3/maturin-action/issues/353
275276
python-version: |
276277
3.13t
277-
3.14t
278278
allow-prereleases: true
279279
architecture: ${{ matrix.target }}
280280
- name: Build wheels
281281
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
282282
with:
283283
target: ${{ matrix.target }}
284-
args: --release --out dist --interpreter '3.13t 3.14t'
284+
args: --release --out dist --interpreter '3.13t'
285285
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
286286
- name: Upload wheels
287287
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)