From 96c9514787bcf0c0318053db1a70a39f530a043a Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 17 Feb 2023 05:47:52 +0000 Subject: net-misc/httpstat: enable py3.11 Signed-off-by: Sam James --- net-misc/httpstat/httpstat-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-misc') diff --git a/net-misc/httpstat/httpstat-1.3.1.ebuild b/net-misc/httpstat/httpstat-1.3.1.ebuild index 9e8d0bbbcdc6..381ef2db3345 100644 --- a/net-misc/httpstat/httpstat-1.3.1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 DESCRIPTION="httpstat visualizes cURL statistics in a way of beauty and clarity" -- cgit v1.2.3-65-gdbad