dev-python/secretstorage: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 05:46:47 +0000 (07:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 06:10:54 +0000 (08:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/secretstorage/secretstorage-3.1.2.ebuild

index d7ab0a66ef25c9106c825cbbeaa6a14aa6e2c47a..b00b292f5d911bee496e10fbf090670ca4fec636 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 
 inherit distutils-r1