provinzkraut / unasyncd

Transforming asynchronous to synchronous Python code
MIT License
18 stars 3 forks source link

Python 3.9 and 3.10 support #2

Closed provinzkraut closed 1 year ago

provinzkraut commented 1 year ago

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.