summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-07-30 12:19:20 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-02 10:40:56 +0200
commit17aefe05d8e4a5e7c404a559fc5deb72db97d785 (patch)
tree17185d459edabe5b80feb92f4146c9be112063ba /dev-python/python-socks
parentdev-python/aiohttp: enable pypy3 (diff)
downloadgentoo-17aefe05d8e4a5e7c404a559fc5deb72db97d785.tar.gz
gentoo-17aefe05d8e4a5e7c404a559fc5deb72db97d785.tar.bz2
gentoo-17aefe05d8e4a5e7c404a559fc5deb72db97d785.zip
dev-python/python-socks: enable py3.10, pypy3 and disable py3.7
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-socks')
-rw-r--r--dev-python/python-socks/python-socks-1.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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"