Skip to content

Commit 4f722fb

Browse files
committed
add uv required version
1 parent b9dbb52 commit 4f722fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ dev = [
8484
"Sphinx>=7.4.7,<8",
8585
]
8686

87+
[tool.uv]
88+
required-version = "0.6.11"
89+
8790
[tool.coverage.paths]
8891
source = ["src", "*/site-packages"]
8992
tests = ["tests", "*/tests"]

0 commit comments

Comments
 (0)