From 0544a055dc70dd98b3f9b220ca1a27317b1b7d20 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 1 Jul 2024 11:20:36 +0300 Subject: [PATCH] app-portage/euscan-ng: enable py3.13 Signed-off-by: Alfred Wingate --- app-portage/euscan-ng/euscan-ng-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/euscan-ng/euscan-ng-9999.ebuild b/app-portage/euscan-ng/euscan-ng-9999.ebuild index 0b08d6e..feeda2f 100644 --- a/app-portage/euscan-ng/euscan-ng-9999.ebuild +++ b/app-portage/euscan-ng/euscan-ng-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Check if a given package has new upstream versions"