From ecfbc24692f0711a4dd05f407a94023b658b0902 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev Date: Sat, 2 Mar 2024 09:40:13 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f401c6..bfc88f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,8 +16,8 @@ strategy: python.version: '3.5' Python36: python.version: '3.6' - Python37: - python.version: '3.7' + Python312: + python.version: '3.12' steps: - task: UsePythonVersion@0