neo4j / neo4j-python-driver

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

Use wheel for pyarrow on Python 3.12 #978

Closed robsdedude closed 11 months ago

robsdedude commented 12 months ago

Since pyarrow now ships a pre-built wheel for python 3.12, we no longer need to build it from source for testing.