aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-09 16:09:41 +0000
committerGravatar Joe Banks <[email protected]>2025-11-09 20:35:51 +0000
commit1680d07772af28042ca2436c84c29fc51345f383 (patch)
tree9f3bcf4833686c93d9747b568660bdfcc31b9efd
parentReplace poetry with uv in pyproject (diff)
Set minimum uv version
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c4d6460f..471ccbf5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,6 +80,9 @@ Support = "https://discord.gg/python"
requires = ["uv_build>=0.9.7,<0.10.0"]
build-backend = "uv_build"
+[tool.uv]
+required-version = ">=0.9.7"
+
[tool.uv.build-backend]
source-exclude = ["tests", "tests.*"]
module-root = ""