dev-python/testpath: add Python 3.7 support
authorLouis Sautier <sbraz@gentoo.org>
Fri, 31 Aug 2018 22:01:26 +0000 (00:01 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Fri, 31 Aug 2018 22:01:26 +0000 (00:01 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/testpath/testpath-0.3.1.ebuild

index bcdf26e59fa0812aa0b0de39c9c11a60fdc06d48..397e86efd29fb4b55174b1b207db381253550c08 100644 (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