dev-python/clang-python: Enable py3.12 in 16.0.6

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-20 16:25:36 +02:00
parent 94a32db692
commit fbadf8e45f

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit llvm.org python-r1
DESCRIPTION="Python bindings for sys-devel/clang"