commit: d4e8e0abebfe0ebf1435bb75757dcc7f871e1c48 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 02:04:34 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 02:04:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e8e0ab
net-libs/telepathy-glib: enable py3.13 Closes: https://bugs.gentoo.org/952601 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild index 27388ec76df6..dd427536f99f 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2 python-any-r1 vala virtualx
