From 3942dff19164565958c655ebfa66991338fa667f Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Sun, 24 Jul 2022 14:11:42 -0500 Subject: [PATCH] dev-python/python-keyutils: enable py3.11 and disable py3.8 Signed-off-by: Ben Kohler --- 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 f1b8d08fe3a6a..c2ee4ccc7bfd5 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"