Skip to content

Commit

Permalink
ci: skip python 3.13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt authored and lucianopaz committed Feb 18, 2025
1 parent 47d8f21 commit 5111e9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
3.10
3.11
3.12
3.13
# Leave out 3.13 on aarch due to an issue in pyo3/rust-numpy 0.23.4
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -51,7 +50,8 @@ jobs:
if: ${{ matrix.platform.target == 'x86_64' }}
with:
target: ${{ matrix.platform.target }}
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
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto
before-script-linux: |
Expand Down Expand Up @@ -230,7 +230,6 @@ jobs:
3.10
3.11
3.12
3.13
- name: Install uv
uses: astral-sh/setup-uv@v5
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 5111e9b

Please sign in to comment.