dev-python/pytest-shutil: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:10:19 +0000 (22:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:41 +0000 (21:56 +0200)
dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild

index b32bb9d1ca4432e04f7442efd83eab84cb95f88b..19306f8a71214330a51b8590584ba9e7e3b676e2 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} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1