From a74bc1692cb9dbb06b95f6550e6a1ba65623170d Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 19 Jul 2020 22:47:17 +0200 Subject: [PATCH] dev-python/pytest-subtesthack: Update python support (+3.9, -3.6) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B Signed-off-by: Nils Freydank --- .../pytest-subtesthack/pytest-subtesthack-0.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1-r1.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1-r1.ebuild index 8609320..53e3bfb 100644 --- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1-r1.ebuild +++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="A hack for test fixtures, needed for hypothesis inside py.test"