diff options
author | John Helmert III <ajak@gentoo.org> | 2024-12-15 17:32:37 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-12-15 17:34:53 -0800 |
commit | af5b756f087990b4c02be430c4d8d18d254f94df (patch) | |
tree | 0bf302a87a46571b55dcf00edf4c1f48b09b30a8 /net-p2p | |
parent | media-sound/pulsemixer: enable py3.13 (diff) | |
download | gentoo-af5b756f087990b4c02be430c4d8d18d254f94df.tar.gz gentoo-af5b756f087990b4c02be430c4d8d18d254f94df.tar.bz2 gentoo-af5b756f087990b4c02be430c4d8d18d254f94df.zip |
net-p2p/tremc: enable py3.13
Closes: https://bugs.gentoo.org/946298
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/tremc/tremc-0.9.3_p20230506.ebuild | 4 |
1 files 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 |