dev-python/pyhamcrest: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 13:57:59 +0000 (15:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:18 +0000 (21:57 +0200)
dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild

index 4149b8e2ad3f2bc44824ded4142df33c7680c053..51bee8b5eabbbe39a6cfa9fb24edf21ecb6ae1e1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1