summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-07-10 15:34:33 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-07-10 16:30:30 -0500
commitd639bc25505eeb3175a22b1e0ad99afbeb906943 (patch)
tree3df6b8ddf217a40e1d9e7560b9742bfacb362cc7 /dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild
parentdev-texlive/texlive-latexextra: remove unused patch(es) (diff)
downloadgentoo-d639bc25505eeb3175a22b1e0ad99afbeb906943.tar.gz
gentoo-d639bc25505eeb3175a22b1e0ad99afbeb906943.tar.bz2
gentoo-d639bc25505eeb3175a22b1e0ad99afbeb906943.zip
dev-python/pytest-subtesthack: enable py3.10 and disable py3.7
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild')
-rw-r--r--dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ecf80737e6ff..9738c6bb61a2 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