dev-python/ioctl-opt: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-27 15:56:04 +02:00
parent 60655c182d
commit 38de4e572f

View File

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