From 4ace434538caf6f30f4cf6f14e82aa73b326aaad Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 14 Oct 2022 17:10:47 +0300 Subject: sci-libs/eccodes: enable py3.10, py3.11 Signed-off-by: Arthur Zamarin --- 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 -- cgit v1.2.3-65-gdbad