From 16f319c115aefb7c17ee5010ad5c59b28c30d2dc Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 28 Mar 2025 21:04:40 +0100 Subject: [PATCH] app-benchmarks/sysbench: add python3.13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=952182 Signed-off-by: Conrad Kostecki --- app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild index 6f1856e84f975..40fc5f74aaa6a 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools lua-single python-single-r1