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 42
42
if : ${{ matrix.os == 'windows-2019' }}
43
43
44
44
- name : Build wheels
45
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
45
+ uses : pypa/cibuildwheel@90a0ddeff0f23eebc21630e65d66d0f4955e9b94 # v3.0.0b1
46
46
env :
47
47
# override setting in pyproject.toml to use msys2 instead of msys64 bash
48
48
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"
82
82
[tool .cibuildwheel ]
83
83
# requires-python needs to keep in sync with this and also the list of Python
84
84
# 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_*"
87
86
88
87
# Enable building for free-threaded CPython builds
89
- enable = [" cpython-freethreading" ]
88
+ enable = [" cpython-freethreading" , " pypy " ]
90
89
91
90
manylinux-x86_64-image = " manylinux2014"
92
91
manylinux-aarch64-image = " manylinux_2_28"
You can’t perform that action at this time.
0 commit comments