From: Michał Górny Date: Wed, 27 May 2020 05:46:47 +0000 (+0200) Subject: dev-python/secretstorage: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9;p=gentoo.git dev-python/secretstorage: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild index d7ab0a66ef25..b00b292f5d91 100644 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) inherit distutils-r1