dev-python/testpath: add Python 3.7 support

Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Louis Sautier
2018-09-01 00:01:26 +02:00
parent ea15968ebe
commit 09e9008ff7

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1