From 6c1f7c2c46c2fd66399bcd80a04360d63a96376a Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sun, 9 May 2021 23:00:36 +0200 Subject: [PATCH] dev-python/humanize: enable Python 3.10 Signed-off-by: Louis Sautier --- dev-python/humanize/humanize-3.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/humanize/humanize-3.5.0.ebuild b/dev-python/humanize/humanize-3.5.0.ebuild index 7bc5554aa1759..c806307de9e94 100644 --- a/dev-python/humanize/humanize-3.5.0.ebuild +++ b/dev-python/humanize/humanize-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1