Skip to content

Commit 9ff6af2

Browse files
authored
Allow uv_build 0.11.x/0.12.x (#470)
Verified that the package builds successfully with new uv_build.
1 parent 6b223e4 commit 9ff6af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build>=0.9.6,<0.11.0"]
2+
requires = ["uv_build>=0.9.6,<0.13.0"]
33
build-backend = "uv_build"
44

55
[tool.uv.build-backend]

0 commit comments

Comments
 (0)