diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f5a94b7a..ab6116054 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,8 @@ strategy: matrix: Python36: python.version: '3.6' + Python37: + python.version: '3.7' steps: - task: UsePythonVersion@0