sys-boot/grub: enable py3.14

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2025-10-28 23:25:35 -04:00
parent 86f11aa950
commit 011ed4e583
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
GRUB_BOOTSTRAP=1
fi
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
WANT_LIBTOOL=none
if [[ -n ${GRUB_AUTORECONF} ]]; then

View File

@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
GRUB_BOOTSTRAP=1
fi
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
WANT_LIBTOOL=none
if [[ -n ${GRUB_AUTORECONF} ]]; then