app-accessibility/speech-dispatcher: Add python3.14 support

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44450
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein 2025-11-03 15:01:12 +01:00 committed by Sam James
parent 2a83e65516
commit d6706fcd1f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..14} )
inherit python-r1 systemd inherit python-r1 systemd
DESCRIPTION="Speech synthesis interface" DESCRIPTION="Speech synthesis interface"