sys-cluster/sanlock: disable py3.10

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-01 23:10:17 +01:00
parent ad7713b1a2
commit 343bf9ec11
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"