Skip to content

Commit 5111e9b

Browse files
aseyboldtlucianopaz
authored andcommitted
ci: skip python 3.13 for now
1 parent 47d8f21 commit 5111e9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
3.10
3535
3.11
3636
3.12
37-
3.13
3837
# Leave out 3.13 on aarch due to an issue in pyo3/rust-numpy 0.23.4
3938
- name: Build wheels
4039
uses: PyO3/maturin-action@v1
@@ -51,7 +50,8 @@ jobs:
5150
if: ${{ matrix.platform.target == 'x86_64' }}
5251
with:
5352
target: ${{ matrix.platform.target }}
54-
args: --release --out dist --interpreter 3.10 3.11 3.12 3.13 --zig
53+
# No py3.13 yet...
54+
args: --release --out dist --interpreter 3.10 3.11 3.12 --zig
5555
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
5656
manylinux: auto
5757
before-script-linux: |
@@ -230,7 +230,6 @@ jobs:
230230
3.10
231231
3.11
232232
3.12
233-
3.13
234233
- name: Install uv
235234
uses: astral-sh/setup-uv@v5
236235
- uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)