commit: c26fabd0be04aa5472b6fef93cde2c4a12d0d7cf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 25 06:54:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 25 07:32:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26fabd0
net-analyzer/pypacker: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952574 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/pypacker/pypacker-5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pypacker/pypacker-5.2.ebuild b/net-analyzer/pypacker/pypacker-5.2.ebuild index abe584f3d460..f82b3bedb216 100644 --- a/net-analyzer/pypacker/pypacker-5.2.ebuild +++ b/net-analyzer/pypacker/pypacker-5.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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_{11..14} ) inherit distutils-r1
