From 9b3a0ceb2823ba0b55eac6badce66ec5de4bab0d Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 18 Apr 2026 22:50:51 +0500 Subject: [PATCH] dev-util/find-work: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-util/find-work/find-work-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/find-work/find-work-1.0.0.ebuild b/dev-util/find-work/find-work-1.0.0.ebuild index c7c1b01670..5d6f21a1d9 100644 --- a/dev-util/find-work/find-work-1.0.0.ebuild +++ b/dev-util/find-work/find-work-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=hatchling inherit click-app distutils-r1