dev-python/libusb1: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-27 16:09:24 +02:00
parent e7d7b2be77
commit 94c378e1ec

View File

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