commit: 56ba436ee30df1ed54a88e9cd895505c3955d184 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 17 10:46:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 17 10:46:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ba436e
net-misc/httpstat: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952612 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/httpstat/httpstat-1.3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/httpstat/httpstat-1.3.1-r1.ebuild b/net-misc/httpstat/httpstat-1.3.1-r1.ebuild index 7c8ead845af8..baab502c46d5 100644 --- a/net-misc/httpstat/httpstat-1.3.1-r1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.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} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} pypy3 ) inherit distutils-r1 DESCRIPTION="httpstat visualizes cURL statistics in a way of beauty and clarity"
