From 5399bdd00aed2a6c58f2b137453d0ebfbbfd55c9 Mon Sep 17 00:00:00 2001 From: Nowa Ammerlaan Date: Mon, 6 Jan 2025 18:42:38 +0100 Subject: [PATCH] app-portage/command-not-found: enable py3.13 Signed-off-by: Nowa Ammerlaan --- app-portage/command-not-found/command-not-found-0.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/command-not-found/command-not-found-0.0.7.ebuild b/app-portage/command-not-found/command-not-found-0.0.7.ebuild index 5f87050719cf2..2e30b0f6f585c 100644 --- a/app-portage/command-not-found/command-not-found-0.0.7.ebuild +++ b/app-portage/command-not-found/command-not-found-0.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit optfeature python-r1