From af78c62c964ed500ee74ca172428294ffe8fea67 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 14 Apr 2025 04:18:33 +0200 Subject: [PATCH] x11-misc/alacarte: enable py3.13 Closes: https://bugs.gentoo.org/952765 Signed-off-by: Pacho Ramos --- x11-misc/alacarte/alacarte-3.52.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/alacarte/alacarte-3.52.0.ebuild b/x11-misc/alacarte/alacarte-3.52.0.ebuild index adaff6e9295b2..ffa75b1879602 100644 --- a/x11-misc/alacarte/alacarte-3.52.0.ebuild +++ b/x11-misc/alacarte/alacarte-3.52.0.ebuild @@ -1,8 +1,8 @@ -# 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit gnome2 python-single-r1