ponyorm / pony

Pony Object Relational Mapper
Apache License 2.0
3.65k stars 245 forks source link

Support Python3.10 #627

Closed alexprengere closed 2 years ago

alexprengere commented 2 years ago

It looks Python3.10 is not supported by Pony. When using it through mutmut, I had the following error:

File .../pony/thirdparty/compiler/transformer.py", line 32, in <module>
    import parser
ModuleNotFoundError: No module named 'parser'
alexprengere commented 2 years ago

OK, I see now there is an angoing discussion about this on #614 (I only searched through issues before posting this). I am going to close this, as the next release looks like it will support 3.10.