commit: 5caf28f92599dd66224a17c16a6e530ad49be984
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 12:44:12 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 12:44:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5caf28f9
dev-python/param: update EAPI and PYTHON_COMPAT
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/param/param-1.10.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/param/param-1.10.1.ebuild
b/dev-python/param/param-1.10.1.ebuild
index 3be942fe3..c4c5a9a4d 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 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} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
inherit distutils-r1