diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-16 08:59:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-16 10:18:53 +0200 |
commit | 6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66 (patch) | |
tree | a624832a6bfc7312263d166c9597949f3b50c809 /dev-python | |
parent | dev-python/process-tests: Port to py3.9 (diff) | |
download | gentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.tar.gz gentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.tar.bz2 gentoo-6122a68a7f39ce1ba92a405ba7c6cfbedb7b3f66.zip |
dev-python/pytest-cov: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild index 788897781d00..9bf837927521 100644 --- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 |