commit: f7a7234a300c1af11d8e942e1b91d3194a6dbeb9 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed May 28 22:14:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 12:18:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a7234a
dev-python/python-caja: enable py3.13 Closes: https://bugs.gentoo.org/952384 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42314 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 d9d6fe7c515e..49ec064b606a 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
