Skip to content

Commit e686b48

Browse files
committed
Disable free-threaded builds in cibuildwheel
1 parent 9c759fe commit e686b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ files = ["pytensor", "tests"]
187187
build = "*"
188188
# Uncomment to skip builds that compile but fail when trying to test (maybe due to incompatibility with runner)
189189
# archs = ["auto64"]
190-
# Disable any-platform (pp*), and 32-bit builds.
190+
# Disable any-platform (pp*), 32-bit builds, and free-threaded builds (*t-*)
191191
# Additional options to consider: "*musllinux*"
192-
skip = ["pp*", "*-win32", "*-manylinux_i686"]
192+
skip = ["pp*", "*-win32", "*-manylinux_i686", "*t-*"]
193193
build-frontend = "build"
194194
test-command = 'python -c "import pytensor; print(pytensor.__version__); from pytensor.scan import scan_perform; print(scan_perform.get_version())"'
195195
test-skip = ["cp37*", "*musllinux*", "*win32*", "*i686*"]

0 commit comments

Comments
 (0)