Skip to content

Commit d213861

Browse files
committed
ci: skip cp314 tests
waiting for pydantic to support 3.14 in a non-alpha release
1 parent 0774ca1 commit d213861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ config-settings = { "cmake.define.FINUFFT_ARCH_FLAGS" = "" }
4343
enable = "cpython-freethreading"
4444
test-command = "pytest {project}/tests"
4545
test-extras = "test"
46+
# waiting for pydantic support for 3.14
47+
test-skip = "cp314*"
4648

4749
[tool.cibuildwheel.linux]
4850
before-all = "yum install -y fftw-devel"

0 commit comments

Comments
 (0)