From d6706fcd1f4a170984ada80e0aca0f371b7e11e2 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Mon, 3 Nov 2025 15:01:12 +0100 Subject: [PATCH] app-accessibility/speech-dispatcher: Add python3.14 support Signed-off-by: Sasha Finkelstein Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James --- .../speech-dispatcher/speech-dispatcher-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.1.ebuild index d45f035fa1f2..7063e1c90232 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-r1 systemd DESCRIPTION="Speech synthesis interface"