commit: b1c8fa7360d605b4a906a31137ad156465d2e089 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:34:52 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:39:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c8fa73
dev-util/glade: enable py3.13 Closes: https://bugs.gentoo.org/952450 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 ab895876e91e..b356cd000192 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
