From d2014649d0f51e25a2acd8ea7284990cf188fe27 Mon Sep 17 00:00:00 2001 From: Daniel Hegberg Date: Tue, 17 Feb 2026 10:22:51 -0800 Subject: [PATCH] docs: change python version to supported runtime in agents.md --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 09ff6e3..9eae75e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -833,7 +833,7 @@ Resources: Type: AWS::Lambda::Function Properties: FunctionName: myDurableFunction - Runtime: nodejs22.x # or python3.12 + Runtime: nodejs22.x # or python3.14 Handler: index.handler Role: !GetAtt DurableFunctionRole.Arn Code: @@ -894,7 +894,7 @@ Resources: Type: AWS::Serverless::Function Properties: FunctionName: myDurableFunction - Runtime: nodejs22.x # or python3.12 + Runtime: nodejs22.x # or python3.14 Handler: index.handler CodeUri: ./src DurableConfig: