From e256f39395df893f522eb28f07cca4672954cd3c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 23 Jun 2021 23:12:48 +0200 Subject: dev-python/pytest-cov: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-cov/pytest-cov-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-cov') diff --git a/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild index ca0b0aa4ce53..4781883433f7 100644 --- a/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad