summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-07-30 12:21:40 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-02 10:40:57 +0200
commit688ade428d97316473cdf768dd308039a57fc26b (patch)
tree9a740503b407cfc9ced7b0e2f9e0c53fca7306ad /dev-python/aiohttp-socks
parentdev-python/python-socks: enable py3.10, pypy3 and disable py3.7 (diff)
downloadgentoo-688ade428d97316473cdf768dd308039a57fc26b.tar.gz
gentoo-688ade428d97316473cdf768dd308039a57fc26b.tar.bz2
gentoo-688ade428d97316473cdf768dd308039a57fc26b.zip
dev-python/aiohttp-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/aiohttp-socks')
-rw-r--r--dev-python/aiohttp-socks/aiohttp-socks-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.6.0.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.6.0.ebuild
index 1c3af1c08759..a99cd1a3a3c2 100644
--- a/dev-python/aiohttp-socks/aiohttp-socks-0.6.0.ebuild
+++ b/dev-python/aiohttp-socks/aiohttp-socks-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1