diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 17:35:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 19:05:48 +0200 |
commit | 79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b (patch) | |
tree | d186607bbeaadee66b6361479c29f2f118db5cae /dev-python/pytest-xdist | |
parent | dev-python/execnet: Enable python3.10 (diff) | |
download | gentoo-79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b.tar.gz gentoo-79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b.tar.bz2 gentoo-79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b.zip |
dev-python/pytest-xdist: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild index b0684c4521a2..a05d3a645b0f 100644 --- a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |