From 9b3b74606258174a2f0ba51c70aa398afb349d7d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:27:12 +0200 Subject: [PATCH] dev-python/futurist: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/futurist/futurist-2.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/futurist/futurist-2.3.0-r1.ebuild b/dev-python/futurist/futurist-2.3.0-r1.ebuild index f69a66d83b..49c4fdf09c 100644 --- a/dev-python/futurist/futurist-2.3.0-r1.ebuild +++ b/dev-python/futurist/futurist-2.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1