diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-27 07:46:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-27 08:10:54 +0200 |
commit | a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9 (patch) | |
tree | 729902f55e5683d1ee709890bee8e1c1315ba785 /dev-python/secretstorage | |
parent | dev-python/jeepney: Port to py39 (diff) | |
download | gentoo-a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9.tar.gz gentoo-a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9.tar.bz2 gentoo-a3faa4ad0b4e5cd9f961ff484b099aebb4a2fce9.zip |
dev-python/secretstorage: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-3.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |