commit: a7b508062a6ba9af0eff87c8a18e3ce24f041b37
Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 08:49:26 2022 +0000
Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 08:49:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7b50806
dev-python/pyagentx: remove python 3.7 from python_compat
Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
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 10dfac0e2..197cc7ddc 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