Skip to content

Commit 9481d28

Browse files
committed
✅ also test under Python 3.13 and with free-threading
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent e1621e5 commit 9481d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ skip = "*-musllinux_*"
267267
archs = "auto64"
268268
test-groups = ["test"]
269269
test-command = "pytest {project}/test/python"
270-
test-skip = ["cp313*"] # skip testing on Python 3.13 until our dependencies are ready
271270
build-frontend = "build[uv]"
272271
enable = ["cpython-freethreading"]
273272
manylinux-x86_64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)