dev-python/imageio: Remove py3.11, per dev-python/tifffile

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-12 17:18:56 +02:00
parent f44f954597
commit 4a56cbc5d1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1