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 53e2109 commit d91297aCopy full SHA for d91297a
pyproject.toml
@@ -53,7 +53,7 @@ VCPKG_INSTALLED_DIR = "./.vcpkg_installed"
53
54
[tool.cibuildwheel]
55
build = ["cp*-manylinux_x86_64", "cp*-macosx_arm64"]
56
-skip = ["cp310-*"]
+skip = ["cp310-*", "cp3??t-*"]
57
test-requires = "pytest>=8.3.5 scipy>=1.15.2"
58
test-command = "evalio ls pipelines && pytest {project}/tests"
59
build-verbosity = 1
0 commit comments