commit: 5399bdd00aed2a6c58f2b137453d0ebfbbfd55c9 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 17:42:38 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 17:42:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5399bdd0
app-portage/command-not-found: enable py3.13 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> 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 5f87050719cf..2e30b0f6f585 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