commit: bbc0201f4bd2bf579ebe86019b4f54f8c60c99b7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 01:02:44 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 01:06:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc0201f
x11-libs/xcb-util-errors: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
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 b814f2685818..c08b815ef67f 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