Skip to content

Commit f319e1b

Browse files
committed
wrong glob
1 parent 7398bc0 commit f319e1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ jobs:
147147
cibw:
148148
arch: ARM64
149149
# FIXME:
150-
# 313t fails with:
150+
# 313t and 314t fail with:
151151
# Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152152
# unclear why
153-
skip: "cp313t*,cp314t*"
153+
skip: "cp31{3,4}t*"
154154

155155
steps:
156156
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)