From 02747fc2acd3a01502cb4f67dce8ec290fc2b7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Rossillol=E2=80=91=E2=80=91Laruelle?= Date: Tue, 6 May 2025 10:49:09 +0200 Subject: [PATCH] dev-cpp/benchmark: enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/952277 Signed-off-by: Mattéo Rossillol‑‑Laruelle Part-of: https://github.com/gentoo/gentoo/pull/41955 Closes: https://github.com/gentoo/gentoo/pull/41955 Signed-off-by: Sam James --- dev-cpp/benchmark/benchmark-1.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/benchmark/benchmark-1.9.1-r1.ebuild b/dev-cpp/benchmark/benchmark-1.9.1-r1.ebuild index 69757fc48f2d9..9908eb20b6c1d 100644 --- a/dev-cpp/benchmark/benchmark-1.9.1-r1.ebuild +++ b/dev-cpp/benchmark/benchmark-1.9.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake-multilib flag-o-matic python-single-r1