From 57a927ca72c3c9afcf2902661eea4e4575a8afb5 Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Sun, 16 May 2021 12:43:34 +0300 Subject: [PATCH] dev-python/service_identity: Bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ekaterina Vaartis Signed-off-by: Michał Górny --- dev-python/service_identity/service_identity-21.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/service_identity/service_identity-21.1.0.ebuild b/dev-python/service_identity/service_identity-21.1.0.ebuild index 30435519b9947..e7d0c7f9482d9 100644 --- a/dev-python/service_identity/service_identity-21.1.0.ebuild +++ b/dev-python/service_identity/service_identity-21.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1