From 17aefe05d8e4a5e7c404a559fc5deb72db97d785 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 30 Jul 2021 12:19:20 +0300 Subject: dev-python/python-socks: enable py3.10, pypy3 and disable py3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Zamarin Signed-off-by: Michał Górny --- dev-python/python-socks/python-socks-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/python-socks') 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 63ec12cd3af5..6e9be2bca66f 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" -- cgit v1.2.3