dev-python/python-caja: enable py3.13

Closes: https://bugs.gentoo.org/952384
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42314
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-05-29 01:14:14 +03:00
committed by Sam James
parent 28fff6f1ae
commit f7a7234a30

View File

@@ -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