commit:     17aefe05d8e4a5e7c404a559fc5deb72db97d785
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 09:19:20 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 08:40:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aefe05

dev-python/python-socks: enable py3.10, pypy3 and disable py3.7

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-socks/python-socks-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-socks/python-socks-1.2.4.ebuild 
b/dev-python/python-socks/python-socks-1.2.4.ebuild
index 63ec12cd3af..6e9be2bca66 100644
--- a/dev-python/python-socks/python-socks-1.2.4.ebuild
+++ b/dev-python/python-socks/python-socks-1.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9}  )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"

Reply via email to