From b1c8fa7360d605b4a906a31137ad156465d2e089 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 13 Apr 2025 19:34:52 +0200 Subject: [PATCH] dev-util/glade: enable py3.13 Closes: https://bugs.gentoo.org/952450 Signed-off-by: Pacho Ramos --- dev-util/glade/glade-3.40.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/glade/glade-3.40.0-r1.ebuild b/dev-util/glade/glade-3.40.0-r1.ebuild index ab895876e91eb..b356cd0001924 100644 --- a/dev-util/glade/glade-3.40.0-r1.ebuild +++ b/dev-util/glade/glade-3.40.0-r1.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} ) inherit gnome2 python-single-r1 meson optfeature virtualx