provinzkraut / unasyncd

Transforming asynchronous to synchronous Python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.9 and 3.10 support

provinzkraut opened this issue · comments

Currently only 3.11 is officially supported and tested, but there's nothing in the code that makes a bit more backwards compatibility impossible. 3.9 will be required as a minimum though, since it introduced ast.unparse which can't be easily replaced.