Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/
Date: Wed, 23 Jun 2021 21:27:17
Message-Id: 1624483033.e256f39395df893f522eb28f07cca4672954cd3c.mgorny@gentoo
1 commit: e256f39395df893f522eb28f07cca4672954cd3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 21:12:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 21:17:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e256f393
7
8 dev-python/pytest-cov: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-cov/pytest-cov-2.12.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild
16 index ca0b0aa4ce5..4781883433f 100644
17 --- a/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild
18 +++ b/dev-python/pytest-cov/pytest-cov-2.12.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25
26 inherit distutils-r1