File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments