From a7b508062a6ba9af0eff87c8a18e3ce24f041b37 Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Tue, 5 Apr 2022 10:49:26 +0200 Subject: [PATCH] dev-python/pyagentx: remove python 3.7 from python_compat Signed-off-by: Andrea Postiglione --- dev-python/pyagentx/pyagentx-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyagentx/pyagentx-0.4.ebuild b/dev-python/pyagentx/pyagentx-0.4.ebuild index 10dfac0e23..197cc7ddce 100644 --- a/dev-python/pyagentx/pyagentx-0.4.ebuild +++ b/dev-python/pyagentx/pyagentx-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1