diff --git a/build-pipeline.yml b/build-pipeline.yml index a4b3826..031b92c 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -24,7 +24,7 @@ jobs: vmImage: 'ubuntu-latest' strategy: matrix: - Python37: + Python38: python.version: '3.8' Python311: python.version: '3.11' @@ -66,7 +66,7 @@ jobs: - task: UsePythonVersion@0 inputs: - versionSpec: '3.x' + versionSpec: '3.11' architecture: 'x64' - script: |