From 555eea47bfed2b1b0dfd00b11c32dea72aaf8654 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 May 2020 11:08:15 +0200 Subject: [PATCH] dev-python/pytest-mock: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-mock/pytest-mock-2.0.0.ebuild | 2 +- dev-python/pytest-mock/pytest-mock-3.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild index 2cdc00ffc242..045b6a938e82 100644 --- a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild index 47689f34aa07..0c137d01ff10 100644 --- a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 -- 2.26.2