dev-python/anytree: Bump PYTHON_COMPAT

This commit is contained in:
Alarig Le Lay 2023-01-16 10:55:34 +01:00
parent 6931d83523
commit bb3e2e8c6b
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Powerful and Lightweight Python Tree Data Structure"