File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ breaking API changes.
1616
1717See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1818
19+ + Python 3.12 supported.
1920+ Python 3.11 supported.
2021+ Python 3.10 supported.
2122+ Python 3.9 supported.
Original file line number Diff line number Diff line change @@ -43,7 +43,14 @@ classifiers = [
4343dynamic = [" version" , " readme" ]
4444
4545[project .urls ]
46- Homepage = " https://github.com/neo4j/neo4j-python-driver"
46+ Homepage = " https://neo4j.com/"
47+ Repository = " https://github.com/neo4j/neo4j-python-driver"
48+ "Docs (Manual)" = " https://neo4j.com/docs/python-manual/current/"
49+ "Docs (API Reference)" = " https://neo4j.com/docs/api/python-driver/current/"
50+ "Issue Tracker" = " https://github.com/neo4j/neo4j-python-driver/issues"
51+ Changelog = " https://github.com/neo4j/neo4j-python-driver/wiki"
52+ Forum = " https://community.neo4j.com/c/drivers-stacks/python/"
53+ Discord = " https://discord.com/invite/neo4j"
4754
4855[project .optional-dependencies ]
4956numpy = [" numpy >= 1.7.0, < 2.0.0" ]
You can’t perform that action at this time.
0 commit comments