fschulze / sqlalchemy_schemadisplay

Other
140 stars 37 forks source link

Fix broken 1.x CI and installation for Python 2 maintenance release #43

Closed abitrolly closed 7 months ago

abitrolly commented 7 months ago

1.x dependencies were not limited, fetching SQLAlchemy that is not compatible with Python 2.

Closes #40.

Zlopez commented 7 months ago

That looks good, but it doesn't solve the #33, I will close it when the 2.0 will be released as this will add the support for SQLAlchemy 2.x

abitrolly commented 7 months ago

Ok. I removed #33 from the description. Can you merge and do 1.x release to see that it works?

Zlopez commented 7 months ago

I would like to release 1.4, but it will be published to test.pypi.org as this is where the github action is currently publishing.