commit: 892b1d506c3884c680c1c73c56b062b3ce3093ea Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 4 18:56:02 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 4 19:04:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892b1d50
games-strategy/colobot-data: Enable py3.13 Closes: https://bugs.gentoo.org/952499 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 9eb0ea6c7443..cd59be7a33a0 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/_/-}
