dev-python/pytest-mock: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Jul 2018 10:03:38 +0000 (12:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Jul 2018 10:14:31 +0000 (12:14 +0200)
dev-python/pytest-mock/pytest-mock-1.6.3.ebuild

index e88ebaa58a88e44f6945a0bc0036ec967025c62c..ca329f1b74428a9ab6331977f29bfd7286186b36 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 pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1