commit: f2a2d9da92e44f8ba65062aa319a7e41073904b9 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 08:28:11 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a2d9da
games-action/teeworlds: enable py3.13 Closes: https://bugs.gentoo.org/952472 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-action/teeworlds/teeworlds-0.7.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild index 7d39366980d7..a48cbac93ecd 100644 --- a/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild +++ b/games-action/teeworlds/teeworlds-0.7.5-r3.ebuild @@ -1,9 +1,9 @@ -# 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_{10..13} ) inherit cmake desktop flag-o-matic python-any-r1 DESCRIPTION="Online multi-player platform 2D shooter"
