From f148823d91a4844fa99f9eb6ac68595f16f0b6c7 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 23 Mar 2025 20:05:00 +0100 Subject: [PATCH] dev-cpp/catch: enable py3.13 Signed-off-by: David Seifert --- dev-cpp/catch/catch-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 0b01d9e0b7390..4c007ac4dc5f8 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 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 cmake python-any-r1