Skip to content

Commit 44c8258

Browse files
committed
maint: bump cibuildwheel to 3.0.0b1
1 parent 2ac9797 commit 44c8258

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ matrix.os == 'windows-2019' }}
4343

4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
45+
uses: pypa/cibuildwheel@90a0ddeff0f23eebc21630e65d66d0f4955e9b94 # v3.0.0b1
4646
env:
4747
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4848
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@ package = "flint"
8282
[tool.cibuildwheel]
8383
# requires-python needs to keep in sync with this and also the list of Python
8484
# versions the wheels are tested against in CI.
85-
build = "cp311-* cp312-* cp313-* cp313t-* pp311-*"
86-
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
85+
skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
8786

8887
# Enable building for free-threaded CPython builds
89-
enable = ["cpython-freethreading"]
88+
enable = ["cpython-freethreading", "pypy"]
9089

9190
manylinux-x86_64-image = "manylinux2014"
9291
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)