From a6daf0a95ec0959e57f37697c0b3884c684eb858 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 23 Apr 2026 08:58:21 -0400 Subject: [PATCH] games-misc/opensfx: enable py3.14 Signed-off-by: Ionen Wolkens --- games-misc/opensfx/opensfx-1.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/opensfx/opensfx-1.0.3-r1.ebuild b/games-misc/opensfx/opensfx-1.0.3-r1.ebuild index d8fde3402ac69..9144177be53ba 100644 --- a/games-misc/opensfx/opensfx-1.0.3-r1.ebuild +++ b/games-misc/opensfx/opensfx-1.0.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-any-r1 toolchain-funcs