Skip to content

Commit 09562b6

Browse files
committed
Temporary disable freethreaded builds
Will have to drop pydantic for tests before enabling again, or wait for compatible version.
1 parent d07342f commit 09562b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ archs = ["x86_64", "universal2", "arm64"]
1616
archs = ["auto", "aarch64"]
1717

1818
[tool.cibuildwheel]
19+
skip = "*t-*"
1920
archs = ["auto64", "auto32"]
2021
build-frontend = "build[uv]"
2122
test-command = "pytest -q"

0 commit comments

Comments
 (0)