From df3ceddf9e00b51138171c0623c013de19a2ec13 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 10:55:31 +0200 Subject: sys-cluster/sanlock: enable py3.12 Closes: https://bugs.gentoo.org/929831 Signed-off-by: Pacho Ramos --- sys-cluster/sanlock/sanlock-3.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-cluster') diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild b/sys-cluster/sanlock/sanlock-3.8.5.ebuild index 1616fa1a3a73..38b736bf861b 100644 --- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild @@ -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" -- cgit v1.2.3-65-gdbad