From 83796e0e6a72eeefcbb15a1fa20dd6e909dc3e88 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 20 Jul 2026 09:17:05 +0300 Subject: [PATCH] dev-python/unrardll: enable py3.15 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1480 Signed-off-by: Sam James --- dev-python/unrardll/unrardll-0.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/unrardll/unrardll-0.1.7.ebuild b/dev-python/unrardll/unrardll-0.1.7.ebuild index 6ae62df1e0982..a73795da3c5a1 100644 --- a/dev-python/unrardll/unrardll-0.1.7.ebuild +++ b/dev-python/unrardll/unrardll-0.1.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi