Skip to content

Commit 4a0d588

Browse files
authored
Update cibuildwheel.py
1 parent c59ad43 commit 4a0d588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/cibuildwheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def run(args, extra_args):
131131

132132
env["CIBW_ARCHS_MACOS"] = "x86_64 arm64"
133133
# https://cibuildwheel.pypa.io/en/stable/options/#build-skip
134-
env["CIBW_SKIP"] = "cp38-* cp39-* cp314-* *_i686 *-win32 *-musllinux*"
134+
env["CIBW_SKIP"] = "cp38-* cp39-* cp314-* cp314t-* *_i686 *-win32 *-musllinux*"
135135
env["CIBW_TEST_COMMAND"] = (
136136
"python -m pytest {project}/python/tensorstore/tests -vv -s"
137137
)

0 commit comments

Comments
 (0)