From d9592ea2c5d55f0dccd79e30ee09e03231b5fa0e Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Tue, 8 Apr 2025 17:08:25 -0400 Subject: [PATCH] Add python version in building from source page (#9975) (cherry picked from commit 7e8acb9471f52ed7dd5a6f7f11c59514fa048567) --- docs/source/using-executorch-building-from-source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/using-executorch-building-from-source.md b/docs/source/using-executorch-building-from-source.md index 7fded349922..82dee2042b3 100644 --- a/docs/source/using-executorch-building-from-source.md +++ b/docs/source/using-executorch-building-from-source.md @@ -29,6 +29,7 @@ Windows (x86_64) - Otherwise, Python's built-in virtual environment manager `python venv` is a good alternative. * `g++` version 7 or higher, `clang++` version 5 or higher, or another C++17-compatible toolchain. +* `python` version 3.10-3.12 Note that the cross-compilable core runtime code supports a wider range of toolchains, down to C++17. See the [Runtime Overview](./runtime-overview.md) for