From a1a8eb6cb9c3df9b8078f74acc72fe4d00d54af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 09:42:04 +0200 Subject: [PATCH] dev-python/lzallright: 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/lzallright/lzallright-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lzallright/lzallright-0.2.6.ebuild b/dev-python/lzallright/lzallright-0.2.6.ebuild index 502c8f295566b..911fec4d16459 100644 --- a/dev-python/lzallright/lzallright-0.2.6.ebuild +++ b/dev-python/lzallright/lzallright-0.2.6.ebuild @@ -101,7 +101,7 @@ CRATES=" DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin RUST_MIN_VER=1.80 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit cargo distutils-r1 pypi DESCRIPTION="Python bindings for lzokay library"