From cf96dca0b49b1deffb793400e074e429f5d09592 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 7 Nov 2022 22:46:56 +0100 Subject: dev-python/textdistance: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/textdistance/textdistance-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/textdistance') diff --git a/dev-python/textdistance/textdistance-4.5.0.ebuild b/dev-python/textdistance/textdistance-4.5.0.ebuild index fb039fa7c401..6fd3810032d1 100644 --- a/dev-python/textdistance/textdistance-4.5.0.ebuild +++ b/dev-python/textdistance/textdistance-4.5.0.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="Compute distance between the two texts" -- cgit v1.2.3-65-gdbad