commit: 48db8705b877ad07fad60bec30b0f009c83f5323 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 01:16:46 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 01:44:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48db8705
media-gfx/eog-plugins: enable py3.13 Closes: https://bugs.gentoo.org/952516 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-gfx/eog-plugins/eog-plugins-44.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/eog-plugins/eog-plugins-44.1.ebuild b/media-gfx/eog-plugins/eog-plugins-44.1.ebuild index 534a54e42420..e8c4901b6a09 100644 --- a/media-gfx/eog-plugins/eog-plugins-44.1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-44.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org meson python-single-r1
