From 84944e42f13520d2d749046531d42ec635474cd2 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 6 May 2021 23:09:04 +0100 Subject: dev-python/pytest-subtests: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-subtests') diff --git a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild index d13fc96e30bf..93a90ad96c3f 100644 --- a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild +++ b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="unittest subTest() support and subtests fixture" -- cgit v1.2.3-65-gdbad