From a798b3db718bea0a82b8807e7c86a8a0990dc640 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Tue, 8 Apr 2025 15:37:56 -0400 Subject: [PATCH] Add python version in building from source page --- 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 582cd3285bf..8fe67984445 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