Skip to content

Commit

Permalink
CI: No more 32bit Windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 16, 2025
1 parent 8c19e7d commit c26a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ archs = "native"
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"

[tool.cibuildwheel.windows]
archs = "all"
archs = "AMD64 ARM64"

0 comments on commit c26a44f

Please sign in to comment.