From: Michał Górny Date: Mon, 25 May 2020 19:41:02 +0000 (+0200) Subject: dev-python/service_identity: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b87a248924e5f3af5f4494ac49588aeeeaf0815f;p=gentoo.git dev-python/service_identity: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/service_identity/service_identity-18.1.0.ebuild b/dev-python/service_identity/service_identity-18.1.0.ebuild index 45f22445d0ae..43dea76bb118 100644 --- a/dev-python/service_identity/service_identity-18.1.0.ebuild +++ b/dev-python/service_identity/service_identity-18.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1