dev-python/decorator: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:11:52 +02:00
parent 9b5971a675
commit 5a66e61881

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}} )
inherit distutils-r1