commit: 34875e30e73e33d3597d1101cdf97dc22729b268
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 16:09:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 16:09:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34875e30
dev-build/automake: Enable py3.12 on -9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-build/automake/automake-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-build/automake/automake-9999.ebuild
b/dev-build/automake/automake-9999.ebuild
index 2c69b7942972..a5d0371f5253 100644
--- a/dev-build/automake/automake-9999.ebuild
+++ b/dev-build/automake/automake-9999.ebuild
@@ -8,7 +8,7 @@ EAPI=7
# on new automake (major) releases, as well as the dependency in RDEPEND below
too.
# * Update _WANT_AUTOMAKE and _automake_atom case statement in
autotools.eclass.
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1