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 0774ca1 commit d213861Copy full SHA for d213861
pyproject.toml
@@ -43,6 +43,8 @@ config-settings = { "cmake.define.FINUFFT_ARCH_FLAGS" = "" }
43
enable = "cpython-freethreading"
44
test-command = "pytest {project}/tests"
45
test-extras = "test"
46
+# waiting for pydantic support for 3.14
47
+test-skip = "cp314*"
48
49
[tool.cibuildwheel.linux]
50
before-all = "yum install -y fftw-devel"
0 commit comments