x11-libs/xcb-util-errors: enable py3.14

Signed-off-by: Antonis Tatmichalis <antonistatmichalis@outlook.com>
Part-of: https://github.com/gentoo/gentoo/pull/44543
Closes: https://github.com/gentoo/gentoo/pull/44543
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Antonis Tatmichalis
2026-01-14 01:49:25 +02:00
committed by Sam James
parent 5d9c532233
commit 775e0e18b8
@@ -1,9 +1,9 @@
# Copyright 2023-2025 Gentoo Authors
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit python-any-r1 xorg-3