From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:17:01 +0000 (+0100) Subject: dev-python/pytest-mock-1.11.2: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d8d45c4f864743d4cf8680b8d31e6416da1b183;p=gentoo.git dev-python/pytest-mock-1.11.2: python 3.8 support added. Signed-off-by: Piotr Karbowski --- 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