app-shells/powerline: enable py3.11 for 9999.

Signed-off-by: Benda Xu <heroxbd@gentoo.org>
This commit is contained in:
Benda Xu
2023-02-01 23:20:34 +08:00
parent 05bbec84cc
commit 0675a6dbc2

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9,10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"