commit: 3c89124c46401adce2094f18632062008cbc2140
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 14:23:59 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 14:57:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89124c
media-gfx/ueberzug: enable py3.11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
index f0c80df36159..0b98c1324a5a 100644
--- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child
windows"