dev-util/rr: enable py3.12

Closes: https://bugs.gentoo.org/929553
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-04-29 22:47:26 +01:00
parent e4dab61425
commit d216cbcae0

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
CMAKE_BUILD_TYPE=Release
inherit cmake linux-info python-single-r1