We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d8f21 commit 5111e9bCopy full SHA for 5111e9b
.github/workflows/ci.yml
@@ -34,7 +34,6 @@ jobs:
34
3.10
35
3.11
36
3.12
37
- 3.13
38
# Leave out 3.13 on aarch due to an issue in pyo3/rust-numpy 0.23.4
39
- name: Build wheels
40
uses: PyO3/maturin-action@v1
@@ -51,7 +50,8 @@ jobs:
51
50
if: ${{ matrix.platform.target == 'x86_64' }}
52
with:
53
target: ${{ matrix.platform.target }}
54
- args: --release --out dist --interpreter 3.10 3.11 3.12 3.13 --zig
+ # No py3.13 yet...
+ args: --release --out dist --interpreter 3.10 3.11 3.12 --zig
55
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
56
manylinux: auto
57
before-script-linux: |
@@ -230,7 +230,6 @@ jobs:
230
231
232
233
234
- name: Install uv
235
uses: astral-sh/setup-uv@v5
236
- uses: maxim-lobanov/setup-xcode@v1
0 commit comments