Skip to content

Commit 14919cd

Browse files
committed
free threaded seems broken on windows arm
unclear how or why or which tool is wrong
1 parent ba21a37 commit 14919cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ jobs:
139139
architecture: x64
140140
cibw:
141141
arch: ARM64
142-
skip: "cp37*"
142+
# FIXME:
143+
# 313t fails with:
144+
# Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
145+
# unclear why
146+
skip: "cp313t*"
143147

144148
steps:
145149
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)