dev-build/automake-vanilla: enable py3.12

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-02 05:48:34 +01:00
parent 412938522b
commit fba1d4fdbe

View File

@@ -6,7 +6,7 @@ EAPI=8
# Please do not apply any patches which affect the generated output from
# `automake`, as this package is used to submit patches upstream.
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1