From be101af3de0a926f26f2a94501fa483d066e7a63 Mon Sep 17 00:00:00 2001 From: hgreebe <141743196+hgreebe@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:30:01 -0500 Subject: [PATCH] Upgrade python version to 3.9 (#305) --- infrastructure/parallelcluster-ui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/parallelcluster-ui.yaml b/infrastructure/parallelcluster-ui.yaml index 1eb77e19..c63262d3 100644 --- a/infrastructure/parallelcluster-ui.yaml +++ b/infrastructure/parallelcluster-ui.yaml @@ -693,7 +693,7 @@ Resources: cfnresponse.send(event, context, response_status, response_data, physical_resource_id, reason) Handler: index.handler - Runtime: python3.7 + Runtime: python3.9 Role: !GetAtt EcrImageDeletionLambdaRole.Arn EcrImageDeletionLambdaLogGroup: