diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad0f973f6..963c3ce96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,24 +31,18 @@ jobs: Python39Windows: imageName: 'windows-latest' python.version: '3.9' - Python310Linux: - imageName: 'ubuntu-latest' - python.version: '3.10' - Python310Windows: - imageName: 'windows-latest' - python.version: '3.10' Python310Mac: imageName: 'macos-latest' python.version: '3.10' Python311Linux: imageName: 'ubuntu-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' Python311Windows: imageName: 'windows-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' Python311Mac: imageName: 'macos-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' maxParallel: 4 pool: vmImage: $(imageName)