commit: 3942dff19164565958c655ebfa66991338fa667f
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 19:11:42 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3942dff1
dev-python/python-keyutils: enable py3.11 and disable py3.8
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/python-keyutils/python-keyutils-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-keyutils/python-keyutils-0.6.ebuild
b/dev-python/python-keyutils/python-keyutils-0.6.ebuild
index f1b8d08fe3a6..c2ee4ccc7bfd 100644
--- a/dev-python/python-keyutils/python-keyutils-0.6.ebuild
+++ b/dev-python/python-keyutils/python-keyutils-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A set of python bindings for keyutils"