From 8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 23 Aug 2021 21:13:08 +0300 Subject: [PATCH] dev-python/flask-restful: enable py3.10 Signed-off-by: Arthur Zamarin --- dev-python/flask-restful/flask-restful-0.3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-restful/flask-restful-0.3.9.ebuild b/dev-python/flask-restful/flask-restful-0.3.9.ebuild index ced9457b80030..0dd0f3163590c 100644 --- a/dev-python/flask-restful/flask-restful-0.3.9.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1