@@ -92,13 +92,13 @@ jobs:
92
92
# GitHub Actions doesn't support pairing matrix values together, let's improvise
93
93
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
94
94
buildplat :
95
- # - [ubuntu-22.04, manylinux_x86_64]
96
- # - [ubuntu-22.04, musllinux_x86_64]
97
- # - [ubuntu-22.04-arm, manylinux_aarch64]
98
- # - [macos-13, macosx_x86_64]
99
- # # Note: M1 images on Github Actions start from macOS 14
100
- # - [macos-14, macosx_arm64]
101
- # - [windows-2022, win_amd64]
95
+ - [ubuntu-22.04, manylinux_x86_64]
96
+ - [ubuntu-22.04, musllinux_x86_64]
97
+ - [ubuntu-22.04-arm, manylinux_aarch64]
98
+ - [macos-13, macosx_x86_64]
99
+ # Note: M1 images on Github Actions start from macOS 14
100
+ - [macos-14, macosx_arm64]
101
+ - [windows-2022, win_amd64]
102
102
- [windows-11-arm, win_arm64] # Test only this platform
103
103
# TODO: support PyPy?
104
104
python : [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
@@ -110,14 +110,15 @@ jobs:
110
110
# Build Pyodide wheels and upload them to Anaconda.org
111
111
# NOTE: this job is similar to the one in unit-tests.yml except for the fact
112
112
# that it uses cibuildwheel instead of a standard Pyodide xbuildenv setup.
113
- # - buildplat: [ubuntu-22.04, pyodide_wasm32]
114
- # python: ["cp312", "3.12"]
115
- # cibw_build_frontend: 'build'
113
+ - buildplat : [ubuntu-22.04, pyodide_wasm32]
114
+ python : ["cp312", "3.12"]
115
+ cibw_build_frontend : ' build'
116
116
exclude :
117
117
- buildplat : [windows-11-arm, win_arm64]
118
118
python : ["cp310", "3.10"]
119
- # - buildplat: [windows-11-arm, win_arm64]
120
- # python: ["cp313t", "3.13"]
119
+ # BackendUnavailable: Cannot import 'mesonpy'
120
+ - buildplat : [windows-11-arm, win_arm64]
121
+ python : ["cp313t", "3.13"]
121
122
122
123
env :
123
124
IS_PUSH : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
0 commit comments