dev-cpp/catch: enable py3.13

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2025-03-23 20:05:00 +01:00
parent 254323aa6e
commit f148823d91

View File

@@ -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