commit: 9c53df53bf0cf2c19166ab7636d502f112d2c36e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 23:35:33 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 23:35:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c53df53
dev-python/hopcroftkarp: updated PYTHON_COMPAT and update EAPI
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild
b/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild
index 5dfb4bc6b..97e610a79 100644
--- a/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild
+++ b/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{10..10} )
inherit distutils-r1