From 6c509c3d1ff7ddad7644ebbef6a2657b41e221df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 12 Jul 2024 08:41:25 +0200 Subject: dev-python/dict2xml: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/dict2xml/dict2xml-1.7.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') 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 -- cgit v1.2.3