diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:09:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:37 +0200 |
commit | e63a01d9631a601316b61bd24ee9c304513c9e78 (patch) | |
tree | 9cbcebf352162a37e564d6bb879d3169fcbf1e40 /dev-python/backports-unittest-mock | |
parent | dev-python/pytest-fixture-config: Enable py3.7 (diff) | |
download | gentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.tar.gz gentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.tar.bz2 gentoo-e63a01d9631a601316b61bd24ee9c304513c9e78.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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild index ff94ba6873a8..526f62e89be4 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild @@ -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 |