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 committed Feb 18, 2025
1 parent eea3dfe commit 9c084db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
3.10
3.11
3.12
3.13
# 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 +51,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 +231,7 @@ jobs:
3.10
3.11
3.12
3.13
# 3.13
- name: Install uv
uses: astral-sh/setup-uv@v5
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 9c084db

Please sign in to comment.