We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8780cd0 commit 21ab4ddCopy full SHA for 21ab4dd
1 file changed
.github/workflows/packaging_wheels.yml
@@ -47,6 +47,11 @@ jobs:
47
- { minimal: true, python: cp312 }
48
- { minimal: true, python: cp313 }
49
- { minimal: true, platform: { arch: universal2 } }
50
+ - { minimal: true, platform: { arch: amd64 } }
51
+ - { minimal: true, platform: { arch: x86_64 } }
52
+ - { minimal: true, platform: { arch: aarch64 } }
53
54
+ - { minimal: true, platform: { os: macos-15 } }
55
runs-on: ${{ matrix.platform.os }}
56
env:
57
### cibuildwheel configuration
0 commit comments