From e09e5facb101e5fea178d87e3c7be324c434a699 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 22 Nov 2019 11:57:10 +0100 Subject: dev-python/brotlipy: Enable py3.8 & pypy{,3} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/brotlipy/brotlipy-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/brotlipy') 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 -- cgit v1.2.3-65-gdbad