sys-cluster/sanlock: enable py3.12

Closes: https://bugs.gentoo.org/929831
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2024-07-31 10:55:31 +02:00
parent 8fb2d00b05
commit df3ceddf9e

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic linux-info python-r1 systemd
DESCRIPTION="shared storage lock manager"