Skip to content

Commit 9f20767

Browse files
committed
Remove aarch64 from wheels for now
1 parent 582a0ec commit 9f20767

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cibuildwheels.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-latest]
31-
arch: [x86_64, aarch64]
31+
# arch: [x86_64, aarch64]
32+
# aarch64 is emulated, and it is giving issues with cibuildwheel
3233
# Just build for x86_64 for now (Mac arm64 is already covered by cibuildwheel)
33-
# arch: [x86_64]
34+
arch: [x86_64]
3435
cibw_build: ["cp3{11,12,13}-*"]
3536
p_ver: ["3.11-3.13"]
3637
exclude:

0 commit comments

Comments
 (0)