We still keep an open-source project backwards compatible to Python2.7, and noticed this on a recent test failure:
https://github.com/zopefoundation/zope.sqlalchemy/blob/master/setup.py#L54
This library is still fully functional on Python2.7 with SQLAlchemy 1.4.7+
IMHO, it is worth supporting this combination, as a goal of the 1.4 branch of SQLAlchemy is to help legacy Python2 projects upgrade to Python3 and SQLAlchemy 2.0.
We still keep an open-source project backwards compatible to Python2.7, and noticed this on a recent test failure:
https://github.com/zopefoundation/zope.sqlalchemy/blob/master/setup.py#L54
This library is still fully functional on Python2.7 with SQLAlchemy 1.4.7+
IMHO, it is worth supporting this combination, as a goal of the 1.4 branch of SQLAlchemy is to help legacy Python2 projects upgrade to Python3 and SQLAlchemy 2.0.