summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-02 16:18:43 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-02 16:19:07 +0200
commitfde3f0d764a98a9d4160035ea784d1d5fa12639a (patch)
tree4b02e9517eb57a00c899f2c32ab9d8e7da159af2 /dev-python
parentpackage.mask: Last rite dev-python/csv23 (diff)
downloadgentoo-fde3f0d764a98a9d4160035ea784d1d5fa12639a.tar.gz
gentoo-fde3f0d764a98a9d4160035ea784d1d5fa12639a.tar.bz2
gentoo-fde3f0d764a98a9d4160035ea784d1d5fa12639a.zip
dev-python/passlib: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/passlib/passlib-1.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.4.ebuild b/dev-python/passlib/passlib-1.7.4.ebuild
index 2baf3de19206..fea08a994582 100644
--- a/dev-python/passlib/passlib-1.7.4.ebuild
+++ b/dev-python/passlib/passlib-1.7.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1