dev-python/secretstorage: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-02 17:28:30 +02:00
parent 20de15131b
commit 4136337ce2

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{7..9} )
PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1