commit: c66c261ce8f5e978c2293a4ced9117ede94fc838 Author: Alessandro Rosetti <alessandro.rosetti <AT> gmail <DOT> com> AuthorDate: Mon May 6 16:08:08 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 11:51:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66c261c
gnome-extra/gnome-browser-connector: enable py3.12 Signed-off-by: Alessandro Rosetti <alessandro.rosetti <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36586 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../gnome-browser-connector/gnome-browser-connector-42.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.1.ebuild b/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.1.ebuild index b0a8a40446ee..11f95a33c235 100644 --- a/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.1.ebuild +++ b/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.1.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 meson python-single-r1 xdg
