diff options
author | Zac Medico <zmedico@gentoo.org> | 2023-02-28 20:21:58 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-02-28 20:22:05 -0800 |
commit | 0b670731739e39288e56b8c266a904c389443661 (patch) | |
tree | 7c0e9b8f1c50ab24bf326e3eceb74b8dedcb0280 /net-misc/htail | |
parent | x11-misc/xvfb-run: 21.1.7.1 (diff) | |
download | gentoo-0b670731739e39288e56b8c266a904c389443661.tar.gz gentoo-0b670731739e39288e56b8c266a904c389443661.tar.bz2 gentoo-0b670731739e39288e56b8c266a904c389443661.zip |
net-misc/htail: enable py3.11
Closes: https://bugs.gentoo.org/897126
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/htail')
-rw-r--r-- | net-misc/htail/htail-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/htail/htail-1.5.ebuild b/net-misc/htail/htail-1.5.ebuild index 96d199eb59a7..5b91fa1c3dcc 100644 --- a/net-misc/htail/htail-1.5.ebuild +++ b/net-misc/htail/htail-1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |