summaryrefslogtreecommitdiff
path: root/dev-python/asyncssh
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-26 12:34:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-26 12:34:37 +0000
commit45620c5bf2efedf816b5e32e4301aae632c35ce7 (patch)
tree61ef3643a8095165533163b38426879409a6b633 /dev-python/asyncssh
parent2797cc940a89b17c99cb401b83beba1fe1442368 (diff)
downloadbaldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.tar.gz
baldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.tar.xz
baldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncssh')
-rw-r--r--dev-python/asyncssh/asyncssh-2.10.0.ebuild2
-rw-r--r--dev-python/asyncssh/asyncssh-2.10.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.10.0.ebuild b/dev-python/asyncssh/asyncssh-2.10.0.ebuild
index 1d91fc853dc3..b3e8af92f99c 100644
--- a/dev-python/asyncssh/asyncssh-2.10.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.10.0.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_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 docs optfeature
diff --git a/dev-python/asyncssh/asyncssh-2.10.1.ebuild b/dev-python/asyncssh/asyncssh-2.10.1.ebuild
index 453c040f276f..bb0f73ee803c 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_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 docs optfeature