Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.9-3.11 in orm-migrations #679

Open
Kaplas85 opened this issue Feb 21, 2023 · 3 comments
Open

Support for Python 3.9-3.11 in orm-migrations #679

Kaplas85 opened this issue Feb 21, 2023 · 3 comments

Comments

@Kaplas85
Copy link

Hello. The orm-migrations branch is only available up to Python version 3.8.

The symbols library and parser are not available since 3.10 and the deprecation warning is thrown in 3.9. I am trying to make these changes but I create the issue to leave evidence of this and if someone wants to contribute.

The library since python 3.10 to replace the ones mentioned above is the ast library.

@maybephilipp
Copy link

I think it's an old branch (see: https://blog.ponyorm.org/2019/03/19/pony-orm-migrations/)

Most likely they're working on migrations on some different branch/repository. I also found an article about 0.8 version. It looks unofficial (and for some reason in Russian language), but it sounds like happy news (https://docs.ponyorm.org/upgrade_pony.html?highlight=structure)

@jwaggy
Copy link

jwaggy commented Aug 24, 2023

I would also like to see migrations happen for pony.

@leosok
Copy link

leosok commented Sep 15, 2023

I am searching for an expressive ORM for a project right now. Is someone using Pony in production? Is it still maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants