commit: 79d4b8a9cb05d7f5fce21c40fe41a811d70ca23b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 5 15:35:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 5 17:05:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d4b8a9
dev-python/pytest-xdist: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b0684c4521a..a05d3a645b0 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