From e1306dd45aa16b0e55559ca9acfdca5115bdf4d9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 30 Jun 2020 20:58:07 +0200 Subject: [PATCH] dev-python/pytest-sanic: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild index bf36833fe8..ec16cbbbc2 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild @@ -4,7 +4,7 @@ EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1