gristlabs / asttokens

Annotate Python AST trees with source text and token information
Apache License 2.0
172 stars 34 forks source link

Official support for 3.9 and maybe 3.10 #65

Closed alexmojaki closed 3 years ago

alexmojaki commented 3 years ago

https://github.com/gristlabs/asttokens/pull/56 added testing for 3.9 but this should be made official in setup.cfg.

3.10 should also be tested.

This is based on https://github.com/aroberge/friendly-traceback/issues/96 thinking that only 3.8 is supported.