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