From b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 20 May 2022 20:41:50 +0200 Subject: [PATCH] dev-util/gtk-builder-convert: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845948 Signed-off-by: Pacho Ramos --- .../gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild index e8b9d84780bae..3b9e91c046962 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit gnome.org python-single-r1