commit: f148823d91a4844fa99f9eb6ac68595f16f0b6c7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 19:05:00 2025 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 19:05:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f148823d
dev-cpp/catch: enable py3.13
Signed-off-by: David Seifert <soap <AT> gentoo.org>
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 0b01d9e0b739..4c007ac4dc5f 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