From 5d9ebf7a49f3a75d2889a6d36bcc7340515d84d6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 9 May 2024 11:38:49 +0200 Subject: app-accessibility/speech-dispatcher: enable py3.12 Closes: https://bugs.gentoo.org/929269 Signed-off-by: Pacho Ramos --- .../speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-accessibility/speech-dispatcher') diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild index 7dd7e2f86301..aa949589ce82 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # TODO: drop autotools + eautoreconf after 0.11.4 inherit autotools python-r1 systemd -- cgit v1.2.3-65-gdbad