From 56ba436ee30df1ed54a88e9cd895505c3955d184 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 17 Sep 2025 11:46:02 +0100 Subject: [PATCH] net-misc/httpstat: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952612 Signed-off-by: Sam James --- 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 7c8ead845af8f..baab502c46d52 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"