dev-python/lzallright: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-30 09:42:04 +02:00
parent f09126ed7b
commit a1a8eb6cb9

View File

@@ -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"