From a2d1d645f3ab5c8e42a7499cccc0b34fa1f37808 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 21 Feb 2026 11:32:45 -0800 Subject: [PATCH] Upgrade Python runtime from 3.12 to 3.13 Fixes #22 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 9b333e5..337a436 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