diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-22 20:15:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-22 20:18:15 +0200 |
commit | 373bb78a30d7125ee4b0fdc53e242d6012e5a795 (patch) | |
tree | 9c5859d9e265207a87836db3a5f329ba91abbc76 /dev-python/pytest-rerunfailures | |
parent | dev-python/pytest-rerunfailures: Block flaky to avoid test fails (diff) | |
download | gentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.tar.gz gentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.tar.bz2 gentoo-373bb78a30d7125ee4b0fdc53e242d6012e5a795.zip |
dev-python/pytest-rerunfailures: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-rerunfailures')
-rw-r--r-- | dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild index c51cda4a38e9..f0adeca6bb51 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |