commit: 8483a404f56636c5e48f46c8409ec53c26e0b4a2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed May 28 22:20:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 12:18:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8483a404
mate-extra/caja-admin: enable py3.13 Closes: https://bugs.gentoo.org/952509 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42314 Closes: https://github.com/gentoo/gentoo/pull/42314 Signed-off-by: Sam James <sam <AT> gentoo.org> mate-extra/caja-admin/caja-admin-0.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild index d9958b88cdbb..54c2b8fd5f4c 100644 --- a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild +++ b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit meson python-single-r1
