commit: af5b756f087990b4c02be430c4d8d18d254f94df Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 01:32:37 2024 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 01:34:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5b756f
net-p2p/tremc: enable py3.13 Closes: https://bugs.gentoo.org/946298 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> net-p2p/tremc/tremc-0.9.3_p20230506.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/tremc/tremc-0.9.3_p20230506.ebuild b/net-p2p/tremc/tremc-0.9.3_p20230506.ebuild index dbe299c4ad08..09920f52b888 100644 --- a/net-p2p/tremc/tremc-0.9.3_p20230506.ebuild +++ b/net-p2p/tremc/tremc-0.9.3_p20230506.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 COMMIT=d8deaa5ac25bb45a2ca3a930309d6ecc74836a54 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 optfeature python-single-r1
