Skip to content

Commit d91297a

Browse files
committed
fix: Remove free-threaded python builds
1 parent 53e2109 commit d91297a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ VCPKG_INSTALLED_DIR = "./.vcpkg_installed"
5353

5454
[tool.cibuildwheel]
5555
build = ["cp*-manylinux_x86_64", "cp*-macosx_arm64"]
56-
skip = ["cp310-*"]
56+
skip = ["cp310-*", "cp3??t-*"]
5757
test-requires = "pytest>=8.3.5 scipy>=1.15.2"
5858
test-command = "evalio ls pipelines && pytest {project}/tests"
5959
build-verbosity = 1

0 commit comments

Comments
 (0)