summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-08-07 14:31:23 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-07 14:34:29 +0200
commitcf2b65fe541ac7009e2726d807fa394e7c7c039d (patch)
treed10eede5424f5866fdabf5c245dc0d63a9774bb1 /dev-python/MechanicalSoup
parentdev-python/pygal: mark ALLARCHES (diff)
downloadgentoo-cf2b65fe541ac7009e2726d807fa394e7c7c039d.tar.gz
gentoo-cf2b65fe541ac7009e2726d807fa394e7c7c039d.tar.bz2
gentoo-cf2b65fe541ac7009e2726d807fa394e7c7c039d.zip
dev-python/MechanicalSoup: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/MechanicalSoup')
-rw-r--r--dev-python/MechanicalSoup/MechanicalSoup-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/MechanicalSoup/MechanicalSoup-1.1.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-1.1.0.ebuild
index c110cacf2a55..44b270442a57 100644
--- a/dev-python/MechanicalSoup/MechanicalSoup-1.1.0.ebuild
+++ b/dev-python/MechanicalSoup/MechanicalSoup-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1