commit: 2d811810ade4956fa63b0b31ed66ce2657ed0f5c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 19:27:45 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 21:11:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d811810
net-misc/pssh: disable py3.9
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-misc/pssh/pssh-2.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/pssh/pssh-2.3.5.ebuild b/net-misc/pssh/pssh-2.3.5.ebuild
index 9ad8e6a3a95d..555c7d2e8648 100644
--- a/net-misc/pssh/pssh-2.3.5.ebuild
+++ b/net-misc/pssh/pssh-2.3.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools"