zopefoundation / zope.sqlalchemy

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

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

Open icemac opened 2 months ago

jvanasco commented 1 month 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 1 month 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.