dev-python/beniget: enable py3.12

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-26 14:10:56 +01:00
parent 0af3f51019
commit 7a298960a7

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1