We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e9379 commit 718f2a1Copy full SHA for 718f2a1
.github/workflows/wheels.yml
@@ -42,9 +42,9 @@ jobs:
42
platforms: arm64
43
44
- name: Build Wheels
45
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v3.1.4
46
env:
47
- CIBW_SKIP: "cp3{5..7}-* cp3{6..12}-win32* cp3{6..12}-musllinux_aarch64* pp*"
+ CIBW_SKIP: "cp3{5..8}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
48
CIBW_ARCHS_LINUX: "x86_64 aarch64"
49
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
50
0 commit comments