diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 945ca2be4c3..21b97897924 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,13 +87,13 @@ jobs: name: 'pool-ubuntu-2004' strategy: matrix: - Python38: - python.version: '3.8' Python39: python.version: '3.9' Python310: python.version: '3.10' Python311: + python.version: '3.11' + Python312: python.version: '3.12' steps: - task: UsePythonVersion@0