Skip to content

Commit

Permalink
Don't build 3.13 wheels on windows (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 21, 2024
1 parent 3f31944 commit 672e1b5
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 672e1b5

Please sign in to comment.