diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-23 23:12:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-23 23:17:13 +0200 |
commit | e256f39395df893f522eb28f07cca4672954cd3c (patch) | |
tree | 40610e5db605416482d927069c2bc6e19b818ac4 /dev-python/pytest-cov | |
parent | dev-python/process-tests: Enable py3.10 (diff) | |
download | gentoo-e256f39395df893f522eb28f07cca4672954cd3c.tar.gz gentoo-e256f39395df893f522eb28f07cca4672954cd3c.tar.bz2 gentoo-e256f39395df893f522eb28f07cca4672954cd3c.zip |
dev-python/pytest-cov: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |