From 228b8d4ccdfaae418ea6eb804fbfaf9db583889e Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Sat, 18 Oct 2025 19:26:27 +0300 Subject: [PATCH] dev-libs/stringifor: enable py3.14 compat Signed-off-by: Sergey Torokhov --- dev-libs/stringifor/stringifor-1.1.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/stringifor/stringifor-1.1.4-r2.ebuild b/dev-libs/stringifor/stringifor-1.1.4-r2.ebuild index e5afc55ad3..06b3684235 100644 --- a/dev-libs/stringifor/stringifor-1.1.4-r2.ebuild +++ b/dev-libs/stringifor/stringifor-1.1.4-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 FORTRAN_STANDARD=2003 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit fortran-2 python-any-r1 toolchain-funcs