From bd90dfd062db0e811b9a0c7b291cffba7326f593 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 27 May 2023 21:47:03 +0300 Subject: [PATCH] dev-python/whisper: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/whisper/whisper-1.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild index 0209eeb2f799f..283138d706a53 100644 --- a/dev-python/whisper/whisper-1.1.10.ebuild +++ b/dev-python/whisper/whisper-1.1.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1