Skip to content

Commit c7f3c3f

Browse files
Switch to "real" dev dependencies
The old dev-dependencies group under [tool.uv] is deprecated in newer versions of `uv`. Also, add 3.13 to the trove classifiers - can add 3.14 once it's released properly? Ref: https://docs.astral.sh/uv/concepts/projects/dependencies/#development-dependencies Signed-off-by: Stefan VanBuren <[email protected]>
1 parent ea92aa0 commit c7f3c3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
"Topic :: Internet :: WWW/HTTP",
2627
"Topic :: Software Development :: Libraries :: Python Modules",
2728
"Typing :: Typed",
@@ -32,8 +33,8 @@ Homepage = "https://github.com/connectrpc/connect-python"
3233
Repository = "https://github.com/connectrpc/connect-python"
3334
Issues = "https://github.com/connectrpc/connect-python/issues"
3435

35-
[tool.uv]
36-
dev-dependencies = [
36+
[dependency-groups]
37+
dev = [
3738
"asgiref",
3839
"brotli",
3940
"connect-python-example",

0 commit comments

Comments
 (0)