Skip to content

Commit b6e6640

Browse files
Update dev dependencies for python 3.13+
1 parent f1eceab commit b6e6640

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ dynamic = ["version"]
2929
version = { attr = "pydgraph.meta.VERSION" }
3030

3131
[project.optional-dependencies]
32-
dev = ["build>=1.2.2.post1", "grpcio-tools>=1.65.0,<1.66.0", "pytest>=8.3.3"]
32+
dev = [
33+
"build>=1.2.2.post1",
34+
"grpcio-tools>=1.65.0,<1.66.0; python_version<'3.13'",
35+
# Python 3.13 requires grpcio-tools >=1.66.2
36+
"grpcio-tools>=1.66.2; python_version>='3.13'",
37+
"pytest>=8.3.3",
38+
]
39+
3340

3441
[project.urls]
3542
"Homepage" = "https://github.com/hypermodeinc/pydgraph"

0 commit comments

Comments
 (0)