diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:17:01 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:08 +0100 |
commit | 9d8d45c4f864743d4cf8680b8d31e6416da1b183 (patch) | |
tree | b3027deffbc0a4c3426f1e7cdceb172a111671e6 /dev-python/pytest-mock | |
parent | dev-python/sphinx-1.7.5-r1: python 3.8 support added. (diff) | |
download | gentoo-9d8d45c4f864743d4cf8680b8d31e6416da1b183.tar.gz gentoo-9d8d45c4f864743d4cf8680b8d31e6416da1b183.tar.bz2 gentoo-9d8d45c4f864743d4cf8680b8d31e6416da1b183.zip |
dev-python/pytest-mock-1.11.2: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-1.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-1.11.2.ebuild b/dev-python/pytest-mock/pytest-mock-1.11.2.ebuild index 533ff838f0dd..2aed53aea4f9 100644 --- a/dev-python/pytest-mock/pytest-mock-1.11.2.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 |