diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82d69f84..644c9c34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,9 @@ jobs: python.version: '3.8' Python39: python.version: '3.9' - maxParallel: 5 + Python310: + python.version: '3.10' + maxParallel: 3 steps: - script: |