From 26adebb015077a37884df3ba00816f07aa25a372 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 May 2025 20:56:51 +0100 Subject: [PATCH] media-gfx/svg2rlg: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952526 Signed-off-by: Sam James --- media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild index 9b6fffa1c06ad..51dd988c112d0 100644 --- a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild +++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-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 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1