From 873d55d587c816091fe9e0a014fcb84d7b06aa06 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 24 May 2025 18:32:55 +0100 Subject: [PATCH] net-im/err: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/952157 Signed-off-by: Sam James --- net-im/err/err-6.1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/err/err-6.1.9.ebuild b/net-im/err/err-6.1.9.ebuild index 2ec5986605b8f..d370c3fed20c5 100644 --- a/net-im/err/err-6.1.9.ebuild +++ b/net-im/err/err-6.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1