@@ -91,18 +91,16 @@ jobs:
9191 - [macos-14, macosx_arm64, accelerate] # always use accelerate
9292 - [windows-2019, win_amd64, ""]
9393 - [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"]
9695 exclude :
9796 # Don't build PyPy 32-bit windows
9897 - buildplat : [windows-2019, win32, ""]
99- python : " pp310"
98+ python : " pp311"
99+ # No PyPy on musllinux images
100100 - buildplat : [ ubuntu-22.04, musllinux_x86_64, "" ]
101- python : " pp310 "
101+ python : " pp311 "
102102 - buildplat : [ ubuntu-22.04-arm, musllinux_aarch64, "" ]
103- python : " pp310"
104- - buildplat : [ macos-14, macosx_arm64, accelerate ]
105- python : " pp310"
103+ python : " pp311"
106104 - buildplat : [ macos13, macosx_x86_64, openblas ]
107105 python : " cp313t"
108106
@@ -173,10 +171,8 @@ jobs:
173171 echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
174172
175173 - name : Build wheels
176- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22 .0
174+ uses : pypa/cibuildwheel@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23 .0
177175 env :
178- CIBW_PRERELEASE_PYTHONS : True
179- CIBW_FREE_THREADED_SUPPORT : True
180176 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
181177
182178 - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
0 commit comments