commit: 6d72a38a5028760788dbe4049ea84380b957c9c4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 25 07:00:21 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=6d72a38a
net-analyzer/2ping: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952565 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/2ping/2ping-4.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/2ping/2ping-4.5.1-r1.ebuild b/net-analyzer/2ping/2ping-4.5.1-r1.ebuild index 7b312eae9133..59acf7d4f1e2 100644 --- a/net-analyzer/2ping/2ping-4.5.1-r1.ebuild +++ b/net-analyzer/2ping/2ping-4.5.1-r1.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 bash-completion-r1 distutils-r1 DESCRIPTION="A bi-directional ping utility"
