From 39f1ecd949bc283582bcfe92610783c0bbd41ba2 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 18 May 2026 09:40:24 +0200 Subject: [PATCH] test with uv-build 0.10 I tested building asfquart with uv-build 0.10.0, should be fine to allow this. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f09610a..2673627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ Repository = "https://github.com/apache/infrastructure-asfquart" [build-system] -requires = ["uv_build>=0.9.11,<0.10.0"] +requires = ["uv_build>=0.9.11,<0.11.0"] build-backend = "uv_build" [tool.pytest.ini_options]