diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d405f9..6feaa9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,8 @@ strategy: python.version: '3.6' Python37: python.version: '3.7' + pythion38: + python.version: '3.8' steps: - task: UsePythonVersion@0