Skip to content

Commit 492de99

Browse files
committed
Restore iOS to cibuildwheel 3.1, and skip Python 3.14 instead
1 parent ccb07a2 commit 492de99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444

4545
- run: brew upgrade cmake
4646

47-
- uses: pypa/cibuildwheel@v3.0
47+
- uses: pypa/cibuildwheel@v3.1
4848
env:
4949
CIBW_PLATFORM: ios
50+
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
5051
with:
5152
package-dir: tests
5253

0 commit comments

Comments
 (0)