From: Michał Górny Date: Fri, 22 Nov 2019 10:57:10 +0000 (+0100) Subject: dev-python/brotlipy: Enable py3.8 & pypy{,3} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e09e5facb101e5fea178d87e3c7be324c434a699;p=gentoo.git dev-python/brotlipy: Enable py3.8 & pypy{,3} Signed-off-by: Michał Górny --- diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index d744a0167224..53334857e18e 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} ) inherit distutils-r1