diff options
author | Sam James <sam@gentoo.org> | 2022-11-10 07:21:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-10 07:48:39 +0000 |
commit | eb6894a12f602b2f89e865969e3d925d40d8403b (patch) | |
tree | e9c6727862e001ae73979c064206491a6fd1dd14 /dev-python/tlsh | |
parent | dev-ml/stdcompat: keyword 19 for ~x86 and SUBSLOT (diff) | |
download | gentoo-eb6894a12f602b2f89e865969e3d925d40d8403b.tar.gz gentoo-eb6894a12f602b2f89e865969e3d925d40d8403b.tar.bz2 gentoo-eb6894a12f602b2f89e865969e3d925d40d8403b.zip |
dev-python/tlsh: enable py3.11
Bug: https://bugs.gentoo.org/879007
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tlsh')
-rw-r--r-- | dev-python/tlsh/tlsh-4.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild b/dev-python/tlsh/tlsh-4.8.2.ebuild index 0c04d759bb83..ff90343fe42c 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" |