commit:     cdfa75024f84282487a89e6786180399a3655a1c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 04:28:11 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 04:28:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfa7502

dev-build/automake-vanilla: enable py3.13, py3.14 for 1.18+

Like in automake proper. Can test older another time.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/automake-vanilla/automake-vanilla-1.18.ebuild | 2 +-
 dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild
index 106971543159..da09d71579b2 100644
--- a/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild
+++ b/dev-build/automake-vanilla/automake-vanilla-1.18.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_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit python-any-r1
 

diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild 
b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild
index fe7a211337c2..12cc02d4e9e5 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_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit python-any-r1
 

Reply via email to