dev-python/python-keyutils: enable py3.11 and disable py3.8

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2022-07-24 14:11:42 -05:00
parent 034a8df7a4
commit 3942dff191

View File

@@ -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"