dev-util/uncrustify: enable py3.13, py3.14

As we always used to use 3.14 anyway, it turns out to be unsurprising,
that this does work there.

Closes: https://bugs.gentoo.org/952459
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-07-30 00:51:24 -04:00
parent e7e87eeca3
commit 3f264f0344
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ else
S=${WORKDIR}/${PN}-${P}
fi
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake python-any-r1 ${scm_eclass}

View File

@@ -12,7 +12,7 @@ else
S=${WORKDIR}/${PN}-${P}
fi
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake python-any-r1 ${scm_eclass}