From 68c543703e4de0c1fa2be89f91773d7270254c52 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 31 May 2022 00:50:41 +0200 Subject: [PATCH] dev-python/asyncssh: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/asyncssh/asyncssh-2.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asyncssh/asyncssh-2.10.1.ebuild b/dev-python/asyncssh/asyncssh-2.10.1.ebuild index bb0f73ee80..c574e23a19 100644 --- a/dev-python/asyncssh/asyncssh-2.10.1.ebuild +++ b/dev-python/asyncssh/asyncssh-2.10.1.ebuild @@ -10,7 +10,7 @@ EPYTEST_DESELECT=( tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel ) # network tests -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 docs optfeature