From 8069f0474176b708d063cfcb4c8ae1bf1933fe4f Mon Sep 17 00:00:00 2001 From: Dingmeng Xue Date: Fri, 19 Jan 2024 16:28:19 +0800 Subject: [PATCH] Fix python version in TOML file (#191) * Sync code with origin * update * Fix python version in TOML file --- apps/acme-cart/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/acme-cart/project.toml b/apps/acme-cart/project.toml index fece1121..7c86009f 100644 --- a/apps/acme-cart/project.toml +++ b/apps/acme-cart/project.toml @@ -1,4 +1,4 @@ [build] [[build.env]] name = "BP_CPYTHON_VERSION" - value = "3.7.*" \ No newline at end of file + value = "3.11.*" \ No newline at end of file