diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:07:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:47:59 +0200 |
commit | 18d6fcb2f9ec6f995b0e3415daa16ff0e554060d (patch) | |
tree | 5b5a36443e77ffb633d9a7c705672c8b12406f61 /dev-util | |
parent | dev-python/sphinx_selective_exclude: enable py3.12 (diff) | |
download | gentoo-18d6fcb2f9ec6f995b0e3415daa16ff0e554060d.tar.gz gentoo-18d6fcb2f9ec6f995b0e3415daa16ff0e554060d.tar.bz2 gentoo-18d6fcb2f9ec6f995b0e3415daa16ff0e554060d.zip |
dev-util/clippy: enable py3.12
Closes: https://bugs.gentoo.org/929529
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/clippy/clippy-9.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |