Skip to content

Commit b1e1b06

Browse files
committed
.
1 parent 290d039 commit b1e1b06

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
# GitHub Actions doesn't support pairing matrix values together, let's improvise
9393
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
9494
buildplat:
95-
# - [ubuntu-24.04, manylinux_x86_64]
96-
# - [ubuntu-24.04, musllinux_x86_64]
97-
# - [ubuntu-24.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-24.04, manylinux_x86_64]
96+
- [ubuntu-24.04, musllinux_x86_64]
97+
- [ubuntu-24.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]
102102
- [windows-11-arm, win_arm64] # Test only this platform
103103
# TODO: support PyPy?
104104
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
@@ -112,6 +112,8 @@ jobs:
112112
exclude:
113113
- buildplat: [windows-11-arm, win_arm64]
114114
python: ["cp310", "3.10"]
115+
- buildplat: [windows-11-arm, win_arm64]
116+
python: ["cp313t", "3.13"]
115117

116118
env:
117119
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)