commit: d639bc25505eeb3175a22b1e0ad99afbeb906943
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 20:34:33 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 21:30:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d639bc25
dev-python/pytest-subtesthack: enable py3.10 and disable py3.7
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild
b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild
index ecf80737e6f..9738c6bb61a 100644
--- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild
+++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1