From 74236c7fb215515cce5bae86bf1ff06d6a6e82a2 Mon Sep 17 00:00:00 2001 From: Alexander Yu Date: Mon, 17 Mar 2025 11:51:06 -0700 Subject: [PATCH] Update layer-python app to use Python3.13 --- sample-apps/layer-python/layer/1-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/layer-python/layer/1-install.sh b/sample-apps/layer-python/layer/1-install.sh index 97f79f97..c9d93b81 100755 --- a/sample-apps/layer-python/layer/1-install.sh +++ b/sample-apps/layer-python/layer/1-install.sh @@ -1,3 +1,3 @@ -python3.11 -m venv create_layer +python3.13 -m venv create_layer source create_layer/bin/activate pip install -r requirements.txt