Skip to content

Commit 57cfca6

Browse files
committed
Up minimum python version to 3.10
according to `uv tree` the dependencies are unsatisfiable with 3.9 because project depends on neo4j-viz[docs] which depends on sphinx==8.1.3 which requires 3.10
1 parent eee3e80 commit 57cfca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"pydantic-extra-types >=2, <3",
3737
"enum-tools==0.12.0"
3838
]
39-
requires-python = ">=3.9"
39+
requires-python = ">=3.10"
4040

4141

4242
[project.optional-dependencies]

0 commit comments

Comments
 (0)