Open icemac opened 4 months ago
Python 3.12 seems to run into a deadlock in one of the tests. I've run it twice in GHA with the same result: time out.
When #85 is merged, this PR is unstuck.
Python 3.12 still seems to deadlock and Python 3.13 seems to require psycopg
3.x which is a separate package.
FYI: SqlAlchemy will probably not drop Py3.7 until the 2.1 branch; the 2.0 branch is still the current release.