commit: fba1d4fdbe7870042f54fb48a54cdf5c2021ed18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 2 04:48:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 04:57:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba1d4fd
dev-build/automake-vanilla: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
index f8bc9f1579a5..21168cdee797 100644
--- a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
@@ -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