summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-23 11:05:43 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-23 11:25:49 +0200
commit8a6fb1ba359e5160b8c210d9e28c9dfae6fff425 (patch)
treee859cd12fa44dfbb651bb8ccb2d1597115a0ffc6 /virtual
parentvirtual/python-pathlib: Enable py3.7 (diff)
downloadgentoo-8a6fb1ba359e5160b8c210d9e28c9dfae6fff425.tar.gz
gentoo-8a6fb1ba359e5160b8c210d9e28c9dfae6fff425.tar.bz2
gentoo-8a6fb1ba359e5160b8c210d9e28c9dfae6fff425.zip
virtual/python-unittest-mock: Enable py3.7
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-unittest-mock/python-unittest-mock-1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-unittest-mock/python-unittest-mock-1.ebuild b/virtual/python-unittest-mock/python-unittest-mock-1.ebuild
index c64bda9d189f..27d4f452b5c6 100644
--- a/virtual/python-unittest-mock/python-unittest-mock-1.ebuild
+++ b/virtual/python-unittest-mock/python-unittest-mock-1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit python-r1