@@ -100,7 +100,7 @@ jobs:
100
100
# Note: M1 images on Github Actions start from macOS 14
101
101
- [macos-14, macosx_arm64]
102
102
- [windows-2022, win_amd64]
103
- - [windows-11-arm, win_arm64]
103
+ # - [windows-11-arm, win_arm64]
104
104
# TODO: support PyPy?
105
105
python : [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
106
106
include :
@@ -110,12 +110,12 @@ jobs:
110
110
- buildplat : [ubuntu-24.04, pyodide_wasm32]
111
111
python : ["cp312", "3.12"]
112
112
cibw_build_frontend : ' build'
113
- exclude :
114
- - buildplat : [windows-11-arm, win_arm64]
115
- python : ["cp310", "3.10"]
116
- # BackendUnavailable: Cannot import 'mesonpy'
117
- - buildplat : [windows-11-arm, win_arm64]
118
- python : ["cp313t", "3.13"]
113
+ # exclude:
114
+ # - buildplat: [windows-11-arm, win_arm64]
115
+ # python: ["cp310", "3.10"]
116
+ # # BackendUnavailable: Cannot import 'mesonpy'
117
+ # - buildplat: [windows-11-arm, win_arm64]
118
+ # python: ["cp313t", "3.13"]
119
119
120
120
env :
121
121
IS_PUSH : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
0 commit comments