Skip to content

Commit 718f2a1

Browse files
committed
build: update cibuildwheel to v3.1.4, remove python 3.8 support
1 parent d2e9379 commit 718f2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
platforms: arm64
4343

4444
- name: Build Wheels
45-
uses: pypa/cibuildwheel@v2.16.5
45+
uses: pypa/cibuildwheel@v3.1.4
4646
env:
47-
CIBW_SKIP: "cp3{5..7}-* cp3{6..12}-win32* cp3{6..12}-musllinux_aarch64* pp*"
47+
CIBW_SKIP: "cp3{5..8}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
4848
CIBW_ARCHS_LINUX: "x86_64 aarch64"
4949
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
5050

0 commit comments

Comments
 (0)