Skip to content

Commit f6a8954

Browse files
committed
build: remove upper constraint on uv_build, fixes #32
1 parent 892b4f7 commit f6a8954

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.8.14,<0.10.0"]
2+
requires = ["uv_build>=0.8.14"]
33
build-backend = "uv_build"
44

55
[project]

0 commit comments

Comments
 (0)