commit:     5cde52bc2d46f70b4b19a36af1ec860939fb9d4f
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  8 22:32:44 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 22:59:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cde52bc

x11-misc/menumaker: enable py3.12, py3.13, py3.14

No tests, but based on smoketesting it seems to work fine. Some
SyntaxWarnings exist when byte compiling but it works for current python
versions.

Closes: https://bugs.gentoo.org/929887
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 x11-misc/menumaker/menumaker-0.99.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/menumaker/menumaker-0.99.14.ebuild 
b/x11-misc/menumaker/menumaker-0.99.14.ebuild
index d8c339c659f3..5379b6ca7acb 100644
--- a/x11-misc/menumaker/menumaker-0.99.14.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit autotools python-single-r1
 

Reply via email to