commit: f61bd64ae17e52e0a8f1b7beb8987120fa81a552 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 01:10:47 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 01:44:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61bd64a
games-board/tali: enable py3.13 Closes: https://bugs.gentoo.org/952480 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-board/tali/tali-40.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/tali/tali-40.9.ebuild b/games-board/tali/tali-40.9.ebuild index c4c96dc4f44b..be8d71ffd0c0 100644 --- a/games-board/tali/tali-40.9.ebuild +++ b/games-board/tali/tali-40.9.ebuild @@ -1,8 +1,8 @@ -# 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 gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Beat the odds in a poker-style dice game"
