diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:41:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 21:09:34 +0200 |
commit | b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b (patch) | |
tree | b08be7b276e60dee3bc74c1d24f653b9b3afb840 /dev-util/gtk-builder-convert | |
parent | dev-util/dogtail: Support python 3.10 (diff) | |
download | gentoo-b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b.tar.gz gentoo-b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b.tar.bz2 gentoo-b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b.zip |
dev-util/gtk-builder-convert: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845948
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/gtk-builder-convert')
-rw-r--r-- | dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 4 |
1 files 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 e8b9d84780ba..3b9e91c04696 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 |