@@ -91,18 +91,16 @@ jobs:
91
91
- [macos-14, macosx_arm64, accelerate] # always use accelerate
92
92
- [windows-2019, win_amd64, ""]
93
93
- [windows-2019, win32, ""]
94
- # TODO pypy: Add pp311 to this list when it comes out (pp310 removed)
95
- python : ["cp311", "cp312", "cp313", "cp313t"]
94
+ python : ["cp311", "cp312", "cp313", "cp313t", "pp311"]
96
95
exclude :
97
96
# Don't build PyPy 32-bit windows
98
97
- buildplat : [windows-2019, win32, ""]
99
- python : " pp310"
98
+ python : " pp311"
99
+ # No PyPy on musllinux images
100
100
- buildplat : [ ubuntu-22.04, musllinux_x86_64, "" ]
101
- python : " pp310 "
101
+ python : " pp311 "
102
102
- buildplat : [ ubuntu-22.04-arm, musllinux_aarch64, "" ]
103
- python : " pp310"
104
- - buildplat : [ macos-14, macosx_arm64, accelerate ]
105
- python : " pp310"
103
+ python : " pp311"
106
104
- buildplat : [ macos13, macosx_x86_64, openblas ]
107
105
python : " cp313t"
108
106
@@ -173,10 +171,8 @@ jobs:
173
171
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
174
172
175
173
- name : Build wheels
176
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
174
+ uses : pypa/cibuildwheel@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23 .0
177
175
env :
178
- CIBW_PRERELEASE_PYTHONS : True
179
- CIBW_FREE_THREADED_SUPPORT : True
180
176
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
181
177
182
178
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
0 commit comments