commit: 59756536d751addb1e2efaeb62b798b41ef6d55e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 04:05:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 04:05:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59756536
dev-python/pytest-trio: enable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-trio/pytest-trio-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
index e28d2a17b3bd..5a2b7b1ad2a8 100644
--- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
+++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1