dev-python/backports-unittest-mock: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:09:50 +0000 (22:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:37 +0000 (21:56 +0200)
dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild

index ff94ba6873a896efadb76ca54072b855fd1dc97f..526f62e89be47fafe296013e810433e406bd52ee 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 # It is the developer's intention that backports.unittest_mock will be
 # used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
 
 inherit distutils-r1