dev-python/asttokens: enable py3.11

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-07-29 12:28:15 +03:00
parent c03995c484
commit 01fdeaf2e1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Annotate Python AST trees with source text and token information"