dev-libs/fortran-stdlib: enable py3.14

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-10-20 22:27:14 +03:00
parent b71796c2da
commit 76dbbc5314
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
FORTRAN_STANDARD="2003"
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake fortran-2 python-any-r1