summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-02 18:16:59 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-02 18:26:30 +0200
commit23d6045fa59c8b7506b4c0846920705eca3948ef (patch)
tree883e59ffaeb55099aaff429a061225010ddb5171 /dev-python
parentsys-auth/ssh-ldap-pubkey: bump to v1.3.3 (diff)
downloadgentoo-23d6045fa59c8b7506b4c0846920705eca3948ef.tar.gz
gentoo-23d6045fa59c8b7506b4c0846920705eca3948ef.tar.bz2
gentoo-23d6045fa59c8b7506b4c0846920705eca3948ef.zip
dev-python/bleach: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bleach/bleach-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bleach/bleach-3.3.0.ebuild b/dev-python/bleach/bleach-3.3.0.ebuild
index ab3eb65399eb..f15173747b0e 100644
--- a/dev-python/bleach/bleach-3.3.0.ebuild
+++ b/dev-python/bleach/bleach-3.3.0.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"