commit: 9894a172cf93eca17870136277b4813df2972e64 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 08:08:51 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 08:48:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9894a172
dev-util/devhelp: enable py3.12 Closes: https://bugs.gentoo.org/929533 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-util/devhelp/devhelp-43.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/devhelp/devhelp-43.0.ebuild b/dev-util/devhelp/devhelp-43.0.ebuild index 7de6d24bacc4..4623869ab55c 100644 --- a/dev-util/devhelp/devhelp-43.0.ebuild +++ b/dev-util/devhelp/devhelp-43.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg
