app-editors/pluma-plugins: enable py3.13

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ian Jordan
2024-11-12 21:37:16 +00:00
committed by Sam James
parent 4ce656d79b
commit 13a5dd899b

View File

@@ -5,7 +5,7 @@ EAPI=8
MATE_LA_PUNT="yes"
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{9..13} )
inherit mate python-single-r1