From df6f9cab9cd68a37a97f5d5f45291ce8636bf2f4 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 8 Apr 2025 22:55:23 +0200 Subject: [PATCH] dev-util/coccinelle: enable py3.13 Signed-off-by: Alfredo Tupone --- dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild index 63d4cf03a4a9c..90dac01e948cb 100644 --- a/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild +++ b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools bash-completion-r1 elisp-common python-single-r1 DESCRIPTION="Program matching and transformation engine"