dev-python/brotlipy: Enable py3.8 & pypy{,3}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-22 11:57:10 +01:00
parent 97a50336c5
commit e09e5facb1

View File

@@ -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