From 9e46935c4eaa39ee80f27d5eb992b314cae821e9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 20 Jul 2026 12:27:54 +0300 Subject: [PATCH] dev-python/svglib: enable py3.15 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1480 Signed-off-by: Sam James --- dev-python/svglib/svglib-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/svglib/svglib-2.0.2.ebuild b/dev-python/svglib/svglib-2.0.2.ebuild index 182bc8fea09eb..b5273a7baf229 100644 --- a/dev-python/svglib/svglib-2.0.2.ebuild +++ b/dev-python/svglib/svglib-2.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/deeplook/svglib -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi