Skip to content

Commit 5aea842

Browse files
committed
Allow uv_build < 0.10.0
Reference: https://github.com/astral-sh/uv/releases/tag/0.9.0
1 parent 3a063f1 commit 5aea842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "uv_build"
3-
requires = ["uv_build>=0.8.3,<0.10.0"]
3+
requires = ["uv_build>=0.9.2,<0.10.0"]
44

55
[project]
66
authors = [

0 commit comments

Comments
 (0)