From fba1d4fdbe7870042f54fb48a54cdf5c2021ed18 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 2 Jun 2024 05:48:34 +0100 Subject: dev-build/automake-vanilla: enable py3.12 Signed-off-by: Sam James --- dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-build/automake-vanilla') 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 -- cgit v1.2.3-65-gdbad