diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:05:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:05:02 +0300 |
commit | fb9a878bca04be80a249de071e3cbb9ea5b846ca (patch) | |
tree | 4a30094922f9460641623d6192a8ce5c3f16022b /dev-python | |
parent | dev-python/whatthepatch: enable py3.12 (diff) | |
download | gentoo-fb9a878bca04be80a249de071e3cbb9ea5b846ca.tar.gz gentoo-fb9a878bca04be80a249de071e3cbb9ea5b846ca.tar.bz2 gentoo-fb9a878bca04be80a249de071e3cbb9ea5b846ca.zip |
dev-python/xmltodict: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild index 0b5b8244d431..c21ed017a094 100644 --- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild +++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |