From b19304a39b4cea36708a1e7438ea9b7de701ed7d Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Mon, 23 Dec 2024 13:51:17 +0100 Subject: [PATCH] CI: Upgrade Python version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73d668ee..0a134972 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.10' + versionSpec: '3.13' architecture: 'x64' displayName: Setup correct Python