diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-15 00:41:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:15 +0200 |
commit | d2623ef343c1ef5db257600c9f55380bdab499a4 (patch) | |
tree | f43aa7cdf527f34e505391cb1bf3ea38a1b0e985 /dev-python/backports-unittest-mock | |
parent | dev-python/rst-linker: Enable py3.7 (diff) | |
download | gentoo-d2623ef343c1ef5db257600c9f55380bdab499a4.tar.gz gentoo-d2623ef343c1ef5db257600c9f55380bdab499a4.tar.bz2 gentoo-d2623ef343c1ef5db257600c9f55380bdab499a4.zip |
dev-python/backports-unittest-mock: Enable py3.7
Diffstat (limited to 'dev-python/backports-unittest-mock')
-rw-r--r-- | dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild index 63a89653734a..37de4b04ea65 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild @@ -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 |