From f10c716155a7ab9edeb7dba2942d48d80fda1e22 Mon Sep 17 00:00:00 2001 From: Artemis Everfree Date: Mon, 6 Jul 2026 07:49:39 -0700 Subject: [PATCH] media-sound/corrscope: enable py3.14, py3.15 Signed-off-by: Artemis Everfree --- media-sound/corrscope/corrscope-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/corrscope/corrscope-0.10.1.ebuild b/media-sound/corrscope/corrscope-0.10.1.ebuild index c241a29096..1b776c7085 100644 --- a/media-sound/corrscope/corrscope-0.10.1.ebuild +++ b/media-sound/corrscope/corrscope-0.10.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi