From 015c1884b8e6319f5717e2ba0bdfee76dc1c67f2 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 13 May 2025 21:57:47 +0300 Subject: [PATCH] dev-python/unidiff: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/unidiff/unidiff-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/unidiff/unidiff-0.7.5.ebuild b/dev-python/unidiff/unidiff-0.7.5.ebuild index d040f13b4eb7a..91c79b674a13a 100644 --- a/dev-python/unidiff/unidiff-0.7.5.ebuild +++ b/dev-python/unidiff/unidiff-0.7.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi