From bbc0201f4bd2bf579ebe86019b4f54f8c60c99b7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Mar 2025 21:02:44 -0400 Subject: [PATCH] x11-libs/xcb-util-errors: Add Python 3.13 compatibility Signed-off-by: Matt Turner --- x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild index b814f26858185..c08b815ef67f0 100644 --- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 xorg-3