From eb6894a12f602b2f89e865969e3d925d40d8403b Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Nov 2022 07:21:25 +0000 Subject: [PATCH] dev-python/tlsh: enable py3.11 Bug: https://bugs.gentoo.org/879007 Signed-off-by: Sam James --- dev-python/tlsh/tlsh-4.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild b/dev-python/tlsh/tlsh-4.8.2.ebuild index 0c04d759bb834..ff90343fe42cb 100644 --- a/dev-python/tlsh/tlsh-4.8.2.ebuild +++ b/dev-python/tlsh/tlsh-4.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Fuzzy matching library - C++ extension for Python"