From 9481d2823343731086df4120bcb787ff4490ea1d Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 7 Jan 2025 12:53:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20also=20test=20under=20Python=203.13?= =?UTF-8?q?=20and=20with=20free-threading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83c4f8d6..3471fcef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -267,7 +267,6 @@ skip = "*-musllinux_*" archs = "auto64" test-groups = ["test"] test-command = "pytest {project}/test/python" -test-skip = ["cp313*"] # skip testing on Python 3.13 until our dependencies are ready build-frontend = "build[uv]" enable = ["cpython-freethreading"] manylinux-x86_64-image = "manylinux_2_28"