From b0f545ce9779dd0a1f87322171e5680f8cd1ece3 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Sat, 18 Oct 2025 19:22:26 +0300 Subject: [PATCH] dev-build/fobis: enable py3.14 compat Signed-off-by: Sergey Torokhov --- dev-build/fobis/fobis-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-build/fobis/fobis-3.1.0.ebuild b/dev-build/fobis/fobis-3.1.0.ebuild index ab8ec02a3b..954bffd17c 100644 --- a/dev-build/fobis/fobis-3.1.0.ebuild +++ b/dev-build/fobis/fobis-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYPI_PN="FoBiS.py" PYPI_NO_NORMALIZE=1