From 892b1d506c3884c680c1c73c56b062b3ce3093ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 4 May 2025 20:56:02 +0200 Subject: [PATCH] games-strategy/colobot-data: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/952499 Signed-off-by: Michał Górny --- games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild b/games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild index 9eb0ea6c7443a..cd59be7a33a04 100644 --- a/games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild +++ b/games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild @@ -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/_/-}