commit: 0b8d9390a5b13ab87bb6b69a903b78560a78d535 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 02:08:54 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 02:08:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8d9390
net-irc/telepathy-idle: enable py3.13 Closes: https://bugs.gentoo.org/952591 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild index 9ddbb36eddb8..e570ee1dbd2d 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy"
