Skip to content

Commit 48cf747

Browse files
committed
ci: skip python 3.13 for now
1 parent b3c7477 commit 48cf747

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3.10
3535
3.11
3636
3.12
37-
3.13
37+
# 3.13
3838
# Leave out 3.13 on aarch due to an issue in pyo3/rust-numpy 0.23.4
3939
- name: Build wheels
4040
uses: PyO3/maturin-action@v1
@@ -51,7 +51,8 @@ jobs:
5151
if: ${{ matrix.platform.target == 'x86_64' }}
5252
with:
5353
target: ${{ matrix.platform.target }}
54-
args: --release --out dist --interpreter 3.10 3.11 3.12 3.13 --zig
54+
# No py3.13 yet...
55+
args: --release --out dist --interpreter 3.10 3.11 3.12 --zig
5556
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
5657
manylinux: auto
5758
before-script-linux: |
@@ -230,7 +231,7 @@ jobs:
230231
3.10
231232
3.11
232233
3.12
233-
3.13
234+
# 3.13
234235
- name: Install uv
235236
uses: astral-sh/setup-uv@v5
236237
- uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)