diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-15 19:37:11 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-15 19:37:11 +0100 |
commit | 0fc8125cf94b0202c2d202c12a13aa45ee79a7bb (patch) | |
tree | 8f6918682111dc5154c58350afb92fe575a8836f /eclass/linux-build.eclass | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-0fc8125cf94b0202c2d202c12a13aa45ee79a7bb.tar.xz |
linux-build.eclass: enable py3.13
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index be38d5d4..c0bf59eb 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version |