dev-python/nkdfu: enable py3.14

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-06-07 19:43:40 +02:00
parent 97e043cd9c
commit 44fb218911

View File

@@ -5,7 +5,7 @@ EAPI=8
# officially supports only py3.11 but works on newer too
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Python DFU tool for updating Nitrokey firmware"