Skip to content

Commit de36b1b

Browse files
committed
build: update upper bound for uv-build 0.9.0 -> 0.10.0 (fixes #31)
1 parent edf50fd commit de36b1b

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
@@ -38,7 +38,7 @@ dev = [
3838
]
3939

4040
[build-system]
41-
requires = ["uv_build>=0.8.22,<0.9.0"]
41+
requires = ["uv_build>=0.8.22,<0.10.0"]
4242
build-backend = "uv_build"
4343

4444
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)