diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 08:41:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 08:55:55 +0200 |
commit | 6c509c3d1ff7ddad7644ebbef6a2657b41e221df (patch) | |
tree | cd2d58e22473402ba863633a8c806969ab6dee4c /dev-python/dict2xml | |
parent | dev-python/ConfigArgParse: Enable py3.13 (diff) | |
download | gentoo-6c509c3d1ff7ddad7644ebbef6a2657b41e221df.tar.gz gentoo-6c509c3d1ff7ddad7644ebbef6a2657b41e221df.tar.bz2 gentoo-6c509c3d1ff7ddad7644ebbef6a2657b41e221df.zip |
dev-python/dict2xml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dict2xml')
-rw-r--r-- | dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild b/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild index bedf656a70ed..419d7ff938c8 100644 --- a/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild +++ b/dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |