zopefoundation / zope.sqlalchemy

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

Drop support for SQLAlchemy < 1.1 #65

Closed icemac closed 1 year ago

icemac commented 3 years ago

We currently span a wide range of SQLALchemy versions including compatibility code to support the older ones. Given the last 1.0.x release is from August 2017, and we only test it for Python <= 3.6; I think we can drop support for 0.9.x and 1.0.x releases in the next release and clean up our code.

icemac commented 1 year ago

Support for SQLAlchemy < 1.1 will be dropped together with drop of Python 2.7 - 3.6 support.

icemac commented 1 year ago

Done in #65.