sys-boot/grub: enable py3.13

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-03-25 15:47:41 -04:00
parent 30f63a05be
commit 05bd8efa39
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ EAPI=7
# corresponding variable in make.conf or the environment.
GRUB_AUTORECONF=1
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
WANT_LIBTOOL=none
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg

View File

@@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
GRUB_BOOTSTRAP=1
fi
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
WANT_LIBTOOL=none
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg