commit: 78d3d740db64e2eaf7633636a08ad424f7e20ee7 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Jun 16 10:51:31 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Jun 16 10:57:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d3d740
dev-libs/gom: enable py3.12 Closes: https://bugs.gentoo.org/929410 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-libs/gom/gom-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gom/gom-0.4.ebuild b/dev-libs/gom/gom-0.4.ebuild index 586b7eb92c0f..f4bdfe376d17 100644 --- a/dev-libs/gom/gom-0.4.ebuild +++ b/dev-libs/gom/gom-0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GCONF_DEBUG="yes" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org meson python-r1
