mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user