Skip to content

Commit d8eac51

Browse files
committed
Update cibuildwheel, drop oddball wheel builds
Updating cibuildwheel ensures we have the latest Python version support (3.14) as well as other fixes. It's very unlikely anybody needed the ppc or s390 builds (if you do, feel free to PR to add them back!) and they just use CI time.
1 parent a9d8322 commit d8eac51

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ jobs:
4747
arch_linux: "aarch64"
4848
extra: " - aarch64"
4949
artifact-extra: "-aarch64"
50-
- os: ubuntu-latest
51-
arch_linux: "ppc64le"
52-
extra: " - ppc64le"
53-
artifact-extra: "-ppc64le"
54-
- os: ubuntu-latest
55-
arch_linux: "s390x"
56-
extra: " - s390x"
57-
artifact-extra: "-s390x"
5850
steps:
5951
- uses: actions/checkout@v4
6052

@@ -64,12 +56,11 @@ jobs:
6456
with:
6557
platforms: all
6658

67-
- uses: pypa/cibuildwheel@v2.22.0
59+
- uses: pypa/cibuildwheel@v3.3.0
6860
env:
6961
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
7062
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
7163
CIBW_PRERELEASE_PYTHONS: true
72-
CIBW_SKIP: "pp* cp38-macosx*"
7364

7465
- name: Verify clean directory
7566
run: git diff --exit-code

0 commit comments

Comments
 (0)