We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7398bc0 commit f319e1bCopy full SHA for f319e1b
1 file changed
.github/workflows/wheels.yml
@@ -147,10 +147,10 @@ jobs:
147
cibw:
148
arch: ARM64
149
# FIXME:
150
- # 313t fails with:
+ # 313t and 314t fail with:
151
# Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152
# unclear why
153
- skip: "cp313t*,cp314t*"
+ skip: "cp31{3,4}t*"
154
155
steps:
156
- uses: actions/checkout@v4
0 commit comments