From 9b3136eda86ca01aa152552f6390ced246f998b8 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 21 Feb 2026 11:32:22 -0800 Subject: [PATCH] Upgrade Python runtime from 3.12 to 3.13 Fixes #30 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 4594e7b..818dee7 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -110,7 +110,7 @@ module api './app/api.bicep' = { applicationInsightsName: monitoring.outputs.name appServicePlanId: appServicePlan.outputs.resourceId runtimeName: 'python' - runtimeVersion: '3.12' + runtimeVersion: '3.13' storageAccountName: storage.outputs.name enableBlob: storageEndpointConfig.enableBlob enableQueue: storageEndpointConfig.enableQueue