From 493d9bb4b9e7db3d0299a497bb5b95d9ab1d659a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 14 Apr 2025 03:22:19 +0200 Subject: [PATCH] media-gfx/simple-scan: enable py3.13 Closes: https://bugs.gentoo.org/952518 Signed-off-by: Pacho Ramos --- media-gfx/simple-scan/simple-scan-46.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/simple-scan/simple-scan-46.0.ebuild b/media-gfx/simple-scan/simple-scan-46.0.ebuild index 8476bab6e786c..640caae392dcc 100644 --- a/media-gfx/simple-scan/simple-scan-46.0.ebuild +++ b/media-gfx/simple-scan/simple-scan-46.0.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 gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Simple document scanning utility"