diff --git a/README.rst b/README.rst index 2a8ea716d..8d1ca3660 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,7 @@ breaking API changes. See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ ++ Python 3.12 supported. + Python 3.11 supported. + Python 3.10 supported. + Python 3.9 supported. diff --git a/pyproject.toml b/pyproject.toml index 0e649fa70..90c0da02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,14 @@ classifiers = [ dynamic = ["version", "readme"] [project.urls] -Homepage = "https://github.com/neo4j/neo4j-python-driver" +Homepage = "https://neo4j.com/" +Repository = "https://github.com/neo4j/neo4j-python-driver" +"Docs (Manual)" = "https://neo4j.com/docs/python-manual/current/" +"Docs (API Reference)" = "https://neo4j.com/docs/api/python-driver/current/" +"Issue Tracker" = "https://github.com/neo4j/neo4j-python-driver/issues" +Changelog = "https://github.com/neo4j/neo4j-python-driver/wiki" +Forum = "https://community.neo4j.com/c/drivers-stacks/python/" +Discord = "https://discord.com/invite/neo4j" [project.optional-dependencies] numpy = ["numpy >= 1.7.0, < 2.0.0"]