commit: 4ace434538caf6f30f4cf6f14e82aa73b326aaad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 14:10:47 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 16:14:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ace4345
sci-libs/eccodes: enable py3.10, py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/eccodes/eccodes-2.18.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/eccodes/eccodes-2.18.0.ebuild
b/sci-libs/eccodes/eccodes-2.18.0.ebuild
index e55c5858c27b..315bcf0d2221 100644
--- a/sci-libs/eccodes/eccodes-2.18.0.ebuild
+++ b/sci-libs/eccodes/eccodes-2.18.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake fortran-2 python-any-r1