dev-python/backports-unittest-mock: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 22:41:10 +0000 (00:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:15 +0000 (21:57 +0200)
dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild

index 63a89653734a16aa3eaf9ae3b6008fa49927f76d..37de4b04ea65fae890e0e1c37d0c7c5babcbe07d 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 # 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=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1