Skip to content

Commit

Permalink
Don't build 3.13 wheels on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 21, 2024
1 parent 3f31944 commit 0ac4114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ jobs:
version: "0.4.x"

- name: Install Python versions
run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10
# Note: we exclude 3.13 from Windows, because it failed with a link error
# https://github.com/kylebarron/arro3/actions/runs/11957080778/job/33333367496
run: uv python install 3.9 3.10 3.11 3.12 pypy3.10

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 0ac4114

Please sign in to comment.