commit: 775e0e18b8a1c96db7aaa89fb24bdeacb3dd0845 Author: Antonis Tatmichalis <antonistatmichalis <AT> outlook <DOT> com> AuthorDate: Tue Jan 13 23:49:25 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 02:51:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775e0e18
x11-libs/xcb-util-errors: enable py3.14 Signed-off-by: Antonis Tatmichalis <antonistatmichalis <AT> 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 <AT> gentoo.org> x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild index 7ed65433a6b3..84b101f4cf9c 100644 --- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild @@ -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
