neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
895 stars 186 forks source link

Tests: Python 3.12 enable warnings as errors #1027

Closed robsdedude closed 7 months ago

robsdedude commented 7 months ago

Now that a new version of dateutil has been released, which removed functions calls deprecated in Python 3.12, we can enable warnings as errors for our Python 3.12 pipelines.

https://github.com/dateutil/dateutil/issues/1314

robsdedude commented 7 months ago

Tests failing because PR depends on