diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-11 14:04:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-11 16:35:16 +0200 |
commit | 4e733c42e1390939255a6ae506ab838e3d3d525c (patch) | |
tree | 80b85fe295b20d963a1f23e3410b78b9a77bea47 /eclass | |
parent | virtual/dist-kernel: Bump to 6.9.9 (diff) | |
download | gentoo-4e733c42e1390939255a6ae506ab838e3d3d525c.tar.gz gentoo-4e733c42e1390939255a6ae506ab838e3d3d525c.tar.bz2 gentoo-4e733c42e1390939255a6ae506ab838e3d3d525c.zip |
kernel-build.eclass: Support python3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 86c7cd4a172d..1f0b07fdc3f9 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -28,7 +28,7 @@ esac if [[ ! ${_KERNEL_BUILD_ECLASS} ]]; then _KERNEL_BUILD_ECLASS=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) if [[ ${KERNEL_IUSE_MODULES_SIGN} ]]; then inherit secureboot fi |