sys-boot/woeusb-ng: enable py3.14, disable py3.10

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44428
Closes: https://github.com/gentoo/gentoo/pull/44428
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Takuya Wakazono
2025-11-02 14:48:41 +09:00
committed by Viorel Munteanu
parent ededc143bc
commit ec0c970588

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit desktop distutils-r1 optfeature xdg