From 294a120fd84c7166d3b4c5cb26a1e5eaed57e175 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Thu, 19 Jan 2023 00:46:31 +0300 Subject: [PATCH] dev-libs/StringiFor: drop python3.8 compat. Signed-off-by: Sergey Torokhov --- dev-libs/StringiFor/StringiFor-1.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/StringiFor/StringiFor-1.1.4.ebuild b/dev-libs/StringiFor/StringiFor-1.1.4.ebuild index 6b250c9b5a..996040d573 100644 --- a/dev-libs/StringiFor/StringiFor-1.1.4.ebuild +++ b/dev-libs/StringiFor/StringiFor-1.1.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD=2003 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit fortran-2 python-any-r1 toolchain-funcs