summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-07-15 19:37:11 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-07-15 19:37:11 +0100
commit0fc8125cf94b0202c2d202c12a13aa45ee79a7bb (patch)
tree8f6918682111dc5154c58350afb92fe575a8836f /eclass
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-0fc8125cf94b0202c2d202c12a13aa45ee79a7bb.tar.xz
linux-build.eclass: enable py3.13
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass2
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