commit: 343bf9ec11e41f413b1969e4e67e5a68c37ff7c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 22:10:17 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 1 22:12:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343bf9ec
sys-cluster/sanlock: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild | 2 +-
sys-cluster/sanlock/sanlock-3.8.5.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild
b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild
index bbf7fd2057b2..d1d130c234fc 100644
--- a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic linux-info python-r1 systemd
DESCRIPTION="shared storage lock manager"
diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild
b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
index 3e4755ac7b9f..ccd70f099e6b 100644
--- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit flag-o-matic linux-info python-r1 systemd
DESCRIPTION="shared storage lock manager"