dev-util/clippy: enable py3.12

This commit is contained in:
Alarig Le Lay 2024-04-13 14:57:21 +02:00
parent 3d6f56ac69
commit 8baaa91c95
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
MY_P="frr-${PV}"
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit autotools python-single-r1
DESCRIPTION="Standalone clippy tool built from FRR sources"