dev-python/Babel: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:15:15 +02:00
parent ed0650f5f8
commit 3610fda9be

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1