sys-apps/edid-fixdim: Port up to py3.14

Closes: https://bugs.gentoo.org/952712
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-01 14:59:16 +02:00
parent e532e9a1c6
commit 7df087a563

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1