From f7a7234a300c1af11d8e942e1b91d3194a6dbeb9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 29 May 2025 01:14:14 +0300 Subject: [PATCH] dev-python/python-caja: enable py3.13 Closes: https://bugs.gentoo.org/952384 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/42314 Signed-off-by: Sam James --- dev-python/python-caja/python-caja-1.28.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-caja/python-caja-1.28.0.ebuild b/dev-python/python-caja/python-caja-1.28.0.ebuild index d9d6fe7c515ec..49ec064b606a1 100644 --- a/dev-python/python-caja/python-caja-1.28.0.ebuild +++ b/dev-python/python-caja/python-caja-1.28.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit mate python-single-r1