We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582a0ec commit 9f20767Copy full SHA for 9f20767
.github/workflows/cibuildwheels.yml
@@ -28,9 +28,10 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest, windows-latest, macos-latest]
31
- arch: [x86_64, aarch64]
+ # arch: [x86_64, aarch64]
32
+ # aarch64 is emulated, and it is giving issues with cibuildwheel
33
# Just build for x86_64 for now (Mac arm64 is already covered by cibuildwheel)
- # arch: [x86_64]
34
+ arch: [x86_64]
35
cibw_build: ["cp3{11,12,13}-*"]
36
p_ver: ["3.11-3.13"]
37
exclude:
0 commit comments