dev-util/include-what-you-use: enable py3.13

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-10-03 10:58:01 +01:00
parent aefa493d0a
commit 6bb63267f3

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake llvm python-single-r1