Skip to content

Commit

Permalink
dev-python/python-socks: enable py3.10, pypy3 and disable py3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
arthurzam authored and mgorny committed Aug 2, 2021
1 parent a9d6c55 commit 17aefe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/python-socks/python-socks-1.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 17aefe0

Please sign in to comment.