commit: df6f9cab9cd68a37a97f5d5f45291ce8636bf2f4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 20:55:23 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Apr 9 06:04:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6f9cab
dev-util/coccinelle: enable py3.13
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
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 63d4cf03a4a9..90dac01e948c 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"