Skip to content

Commit 7bb4fbb

Browse files
committed
BLD: wasm
1 parent 8affb1a commit 7bb4fbb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/wheels.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ jobs:
4949
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
5050
buildplat:
5151
- [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, ""]
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, ""]
6464
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
6565
exclude:
6666
# Don't build PyPy 32-bit windows
@@ -80,7 +80,7 @@ jobs:
8080
python: "cp314t"
8181
include:
8282
- buildplat: [ ubuntu-22.04, pyodide_wasm32, "" ]
83-
python: ["cp312"]
83+
python: "cp312"
8484

8585
env:
8686
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }} # used in a cibw_*.sh script

0 commit comments

Comments
 (0)