diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 03eb3b5a3..71ef47a20 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -280,13 +280,12 @@ stages: nameFormat: Python {0} testFormat: devel/generic/{0} targets: - - test: 2.7 - - test: 3.6 - test: 3.7 # - test: 3.8 # - test: 3.9 # - test: "3.10" - test: "3.11" + - test: "3.12" groups: - 1 - 2 @@ -299,7 +298,8 @@ stages: nameFormat: Python {0} testFormat: 2.16/generic/{0} targets: - - test: 2.7 + - test: "2.7" + - test: "3.6" - test: "3.11" groups: - 1