dev-python/pillow-jxl-plugin: enable py3.14

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2026-06-05 14:06:09 +09:00
parent da34c94ac9
commit b1342405da

View File

@@ -56,7 +56,7 @@ CRATES="
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit cargo distutils-r1 pypi