diff options
author | Sam James <sam@gentoo.org> | 2023-02-17 05:47:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-17 06:22:26 +0000 |
commit | 96c9514787bcf0c0318053db1a70a39f530a043a (patch) | |
tree | 9764975ca1451552a99a407f4be1f84b5934bb43 | |
parent | media-tv/plex-media-server: drop 1.25.8.5663 (diff) | |
download | gentoo-96c9514787bcf0c0318053db1a70a39f530a043a.tar.gz gentoo-96c9514787bcf0c0318053db1a70a39f530a043a.tar.bz2 gentoo-96c9514787bcf0c0318053db1a70a39f530a043a.zip |
net-misc/httpstat: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/httpstat/httpstat-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |