diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-18 23:35:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 23:43:26 +0200 |
commit | fc0d003da6317807c19b28f72a9c0dfdf80a99e1 (patch) | |
tree | 202b1d285d379ce8c7cd973efb23efa98d0aa8e3 /dev-python/xmlschema | |
parent | dev-python/elementpath: Enable python3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |