dev-python/click-help-colors: enable py3.11

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2022-09-21 15:57:24 +01:00
parent 01e8844a7e
commit 414e447e15

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Colorization of help messages in Click"