commit: 5fcaa9133fd53f9c404042d284f9d71ebed9086a
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 08:47:34 2022 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 08:56:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcaa913
sys-cluster/crmsh: add support for Python 3.10
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
b/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
index 88ea25ce1490..8267d120dae2 100644
--- a/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
+++ b/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/crmsh/crmsh"