nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Please provide Python 3 support roadmap #44

Open tripleee opened 5 years ago

tripleee commented 5 years ago

Since you still seem to be maintaining this component, could you please define a broad timeline for whether and when you could support Python 3?

I locally fixed #37 and the parentheses around lambda keywords which break under Python 3 but these trivial changes would not let me run this under Python 3.

nobrin commented 5 years ago

Sorry, but for my slow response. I have used macaron in python 3.6 privately. Some lambda functions causes exception under python 3 environment. But under my private environment, I've fixed them. I will commit the python 3.6 version later. Thank you for your comment!!

nobrin commented 5 years ago

In 51043efcd340b483648322fe4992dbf15af98da4, it supports and tested in python 3.6. If you find some bugs, please tell me.

FrViPofm commented 3 years ago

Hi @nobrin Thanks for having upgraded the code to 3.6 But the package ( https://pypi.org/project/macaron/ ) is still on the release of 2012 and not suitable for pip. I got an error when installing. Could you, please, upgrade also the package ? Thanks.