summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-18 23:35:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-18 23:43:25 +0200
commit119b881cf5b9b2cf2eed388374e855644e4ee519 (patch)
treed75ca634ff119c40456c4562adc334f92b02749c /dev-python/elementpath
parentdev-python/jinja: Bump to 3.0.1 (diff)
downloadgentoo-119b881cf5b9b2cf2eed388374e855644e4ee519.tar.gz
gentoo-119b881cf5b9b2cf2eed388374e855644e4ee519.tar.bz2
gentoo-119b881cf5b9b2cf2eed388374e855644e4ee519.zip
dev-python/elementpath: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r--dev-python/elementpath/elementpath-2.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elementpath/elementpath-2.2.2.ebuild b/dev-python/elementpath/elementpath-2.2.2.ebuild
index f476ad08f7a4..10829911acfc 100644
--- a/dev-python/elementpath/elementpath-2.2.2.ebuild
+++ b/dev-python/elementpath/elementpath-2.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"