diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 12:12:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 12:50:21 +0200 |
commit | 82425ad407edb914c6f9189d31ff3c4fabebe3bb (patch) | |
tree | 5a76268f60c2238547d5e503f4ce5ed5127a4208 /dev-python/xmlschema | |
parent | dev-python/elementpath: Enable py3.12 (diff) | |
download | gentoo-82425ad407edb914c6f9189d31ff3c4fabebe3bb.tar.gz gentoo-82425ad407edb914c6f9189d31ff3c4fabebe3bb.tar.bz2 gentoo-82425ad407edb914c6f9189d31ff3c4fabebe3bb.zip |
dev-python/xmlschema: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-2.3.0.ebuild b/dev-python/xmlschema/xmlschema-2.3.0.ebuild index d16a20872604..82c073a207c8 100644 --- a/dev-python/xmlschema/xmlschema-2.3.0.ebuild +++ b/dev-python/xmlschema/xmlschema-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |