diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 17:10:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 19:14:17 +0300 |
commit | 4ace434538caf6f30f4cf6f14e82aa73b326aaad (patch) | |
tree | 6b292ab5dc35a86a212a994755ff22250ad9850c /sci-libs/eccodes | |
parent | app-misc/tmux2html: EAPI=8, PEP517, enable py3.1{0,1} (diff) | |
download | gentoo-4ace434538caf6f30f4cf6f14e82aa73b326aaad.tar.gz gentoo-4ace434538caf6f30f4cf6f14e82aa73b326aaad.tar.bz2 gentoo-4ace434538caf6f30f4cf6f14e82aa73b326aaad.zip |
sci-libs/eccodes: enable py3.10, py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/eccodes')
-rw-r--r-- | sci-libs/eccodes/eccodes-2.18.0.ebuild | 4 |
1 files 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 |