commit: df3ceddf9e00b51138171c0623c013de19a2ec13 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 08:55:31 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 09:23:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3ceddf
sys-cluster/sanlock: enable py3.12 Closes: https://bugs.gentoo.org/929831 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sys-cluster/sanlock/sanlock-3.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"
