We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59ad43 commit 4a0d588Copy full SHA for 4a0d588
tools/ci/cibuildwheel.py
@@ -131,7 +131,7 @@ def run(args, extra_args):
131
132
env["CIBW_ARCHS_MACOS"] = "x86_64 arm64"
133
# https://cibuildwheel.pypa.io/en/stable/options/#build-skip
134
- env["CIBW_SKIP"] = "cp38-* cp39-* cp314-* *_i686 *-win32 *-musllinux*"
+ env["CIBW_SKIP"] = "cp38-* cp39-* cp314-* cp314t-* *_i686 *-win32 *-musllinux*"
135
env["CIBW_TEST_COMMAND"] = (
136
"python -m pytest {project}/python/tensorstore/tests -vv -s"
137
)
0 commit comments