From c0c44b51ed0cff78bedcd39d394ab90282762bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 16:12:13 +0200 Subject: [PATCH] dev-python/xmltodict: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/xmltodict/xmltodict-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xmltodict/xmltodict-1.0.4.ebuild b/dev-python/xmltodict/xmltodict-1.0.4.ebuild index 5a5cdbc007841..301c9c6118b6f 100644 --- a/dev-python/xmltodict/xmltodict-1.0.4.ebuild +++ b/dev-python/xmltodict/xmltodict-1.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..15} ) PYPI_VERIFY_REPO=https://github.com/martinblech/xmltodict DISTUTILS_USE_PEP517=setuptools