dev-python/imagesize: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:14:32 +02:00
parent 485267b5af
commit 1003300195

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