commit: ec0c970588ef3017100f9543e6e55773878cdedb Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sun Nov 2 05:48:41 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Nov 16 11:06:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0c9705
sys-boot/woeusb-ng: enable py3.14, disable py3.10 Signed-off-by: Takuya Wakazono <pastalian46 <AT> 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 <AT> gentoo.org> sys-boot/woeusb-ng/woeusb-ng-0.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.12-r1.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.12-r1.ebuild index 07b0926ba9c2..642da25f5654 100644 --- a/sys-boot/woeusb-ng/woeusb-ng-0.2.12-r1.ebuild +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.12-r1.ebuild @@ -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
