From: Michał Górny Date: Mon, 18 Nov 2019 23:01:44 +0000 (+0100) Subject: dev-python/PySocks: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=535ab6192c8503c91821e9ba0d3c7f0094fa1121;p=gentoo.git dev-python/PySocks: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/PySocks/PySocks-1.6.8.ebuild b/dev-python/PySocks/PySocks-1.6.8.ebuild index e31fc63501f4..f5df02e1cbfc 100644 --- a/dev-python/PySocks/PySocks-1.6.8.ebuild +++ b/dev-python/PySocks/PySocks-1.6.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1