File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
9190manylinux-x86_64-image = " manylinux2014"
9291manylinux-aarch64-image = " manylinux_2_28"
You can’t perform that action at this time.
0 commit comments