We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b4d734 + 0dcee5a commit d9a4717Copy full SHA for d9a4717
.github/workflows/wheels.yml
@@ -141,16 +141,10 @@ jobs:
141
cibw:
142
build: "cp*win_amd64"
143
144
- - os: windows-2022
+ - os: windows-11-arm
145
name: win_arm64
146
- architecture: x64
147
148
arch: ARM64
149
- # FIXME:
150
- # 313t and 314t fail with:
151
- # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152
- # unclear why
153
- skip: "cp31{3,4}t*"
154
155
steps:
156
- uses: actions/checkout@v4
0 commit comments