commit: a95769d87cdfcfd2333f75ce300388a777a8f27f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 01:15:03 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=a95769d8
media-video/totem: enable py3.13 Closes: https://bugs.gentoo.org/952564 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-video/totem/totem-43.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index 076f4daf18c0..b181c82be350 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1
