@@ -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-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]
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"]]
@@ -112,6 +112,8 @@ jobs:
112
112
exclude :
113
113
- buildplat : [windows-11-arm, win_arm64]
114
114
python : ["cp310", "3.10"]
115
+ - buildplat : [windows-11-arm, win_arm64]
116
+ python : ["cp313t", "3.13"]
115
117
116
118
env :
117
119
IS_PUSH : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
0 commit comments