summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-18 23:35:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-18 23:43:26 +0200
commitfc0d003da6317807c19b28f72a9c0dfdf80a99e1 (patch)
tree202b1d285d379ce8c7cd973efb23efa98d0aa8e3 /dev-python/xmlschema
parentdev-python/elementpath: Enable python3.10 (diff)
downloadgentoo-fc0d003da6317807c19b28f72a9c0dfdf80a99e1.tar.gz
gentoo-fc0d003da6317807c19b28f72a9c0dfdf80a99e1.tar.bz2
gentoo-fc0d003da6317807c19b28f72a9c0dfdf80a99e1.zip
dev-python/xmlschema: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r--dev-python/xmlschema/xmlschema-1.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.6.2.ebuild b/dev-python/xmlschema/xmlschema-1.6.2.ebuild
index db475aba195e..290df8023958 100644
--- a/dev-python/xmlschema/xmlschema-1.6.2.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="An XML Schema validator and decoder"