commit: 18d6fcb2f9ec6f995b0e3415daa16ff0e554060d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 08:07:30 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 08:47:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d6fcb2
dev-util/clippy: enable py3.12 Closes: https://bugs.gentoo.org/929529 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-util/clippy/clippy-9.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/clippy/clippy-9.0.2.ebuild b/dev-util/clippy/clippy-9.0.2.ebuild index 5c9ed4fb9169..936a8241b167 100644 --- a/dev-util/clippy/clippy-9.0.2.ebuild +++ b/dev-util/clippy/clippy-9.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 MY_P="frr-${PV}" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 DESCRIPTION="Standalone clippy tool built from FRR sources"
