zopefoundation / zope.sqlalchemy

Integration of SQLAlchemy with transaction management
Other
32 stars 34 forks source link

- Add support for Python 3.12, 3.13. - Drop support for Python 3.7. #83

Open icemac opened 4 months ago

jvanasco commented 4 months ago

FYI: SqlAlchemy will probably not drop Py3.7 until the 2.1 branch; the 2.0 branch is still the current release.

icemac commented 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.

icemac commented 2 months ago

When #85 is merged, this PR is unstuck.

icemac commented 2 months ago

Python 3.12 still seems to deadlock and Python 3.13 seems to require psycopg 3.x which is a separate package.