From 8ff6b8ddfd794ee34f3634e0ce20246161c410b1 Mon Sep 17 00:00:00 2001 From: Coady LaCroix Date: Thu, 19 Sep 2024 08:43:56 -0700 Subject: [PATCH] Update python version requirement in doc Signed-off-by: Coady LaCroix --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index ab64871fc6d..e319ca56225 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -4,7 +4,7 @@ ## Prerequisites -1. Python version >= 3.9.18 +1. Python version >= 3.9.18 < 3.12 2. Following dependency packages for fedora/centos for successfully installing modules in virtualenv - gcc, git, openssl-devel, python3-devel or python specific version packages depends on Python version installed e.g. python39-devel (or similar packages for ubuntu).