summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-02 17:28:30 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-02 18:12:40 +0200
commit4136337ce2989dd601e58a2479b7e62693fd4e1b (patch)
tree1a88ddf90968ce655d9e99d27ec941fe6c05b3b0 /dev-python/secretstorage
parentdev-python/jeepney: Enable py3.10 (diff)
downloadgentoo-4136337ce2989dd601e58a2479b7e62693fd4e1b.tar.gz
gentoo-4136337ce2989dd601e58a2479b7e62693fd4e1b.tar.bz2
gentoo-4136337ce2989dd601e58a2479b7e62693fd4e1b.zip
dev-python/secretstorage: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r--dev-python/secretstorage/secretstorage-3.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/secretstorage/secretstorage-3.3.1.ebuild b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
index b1f1ed749489..f5d9a484cb85 100644
--- a/dev-python/secretstorage/secretstorage-3.3.1.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1