games-strategy/colobot-data: Enable py3.13

Closes: https://bugs.gentoo.org/952499
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-04 20:56:02 +02:00
parent e3bc013331
commit 892b1d506c

View File

@@ -1,9 +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
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-any-r1
MY_PV=${PV/_/-}