@@ -49,19 +49,19 @@ jobs:
49
49
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
50
50
buildplat :
51
51
- [ubuntu-22.04, manylinux_x86_64, ""]
52
- - [ubuntu-22.04, musllinux_x86_64, ""]
53
- - [ubuntu-22.04-arm, manylinux_aarch64, ""]
54
- - [ubuntu-22.04-arm, musllinux_aarch64, ""]
55
- - [macos-13, macosx_x86_64, openblas]
56
-
57
- # targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
58
- - [macos-13, macosx_x86_64, accelerate]
59
- - [macos-14, macosx_arm64, openblas]
60
- - [macos-14, macosx_arm64, accelerate]
61
- - [windows-2022, win_amd64, ""]
62
- - [windows-2022, win32, ""]
63
- - [windows-11-arm, win_arm64, ""]
64
- python : ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
52
+ # - [ubuntu-22.04, musllinux_x86_64, ""]
53
+ # - [ubuntu-22.04-arm, manylinux_aarch64, ""]
54
+ # - [ubuntu-22.04-arm, musllinux_aarch64, ""]
55
+ # - [macos-13, macosx_x86_64, openblas]
56
+ #
57
+ # # targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
58
+ # - [macos-13, macosx_x86_64, accelerate]
59
+ # - [macos-14, macosx_arm64, openblas]
60
+ # - [macos-14, macosx_arm64, accelerate]
61
+ # - [windows-2022, win_amd64, ""]
62
+ # - [windows-2022, win32, ""]
63
+ # - [windows-11-arm, win_arm64, ""]
64
+ python : ["cp311"]# , "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
65
65
exclude :
66
66
# Don't build PyPy 32-bit windows
67
67
- buildplat : [windows-2022, win32, ""]
@@ -158,7 +158,7 @@ jobs:
158
158
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
159
159
SRC : ${{ github.workspace }}/numpy-src
160
160
run : |
161
- python -m pip install cibuildwheel==3.1.3
161
+ python -m pip install cibuildwheel==3.1.4
162
162
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
163
163
164
164
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments