commit: a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:46:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 06:10:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3faa4ad
dev-python/secretstorage: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/secretstorage/secretstorage-3.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild
b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
index d7ab0a66ef2..b00b292f5d9 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