From 3e7362200a3d5ced75cba61132acffc9076f72ef Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 10 May 2021 19:28:59 +0200 Subject: [PATCH] Update Python versions for integration tests: add Python 3.10 (#229) * Update Python versions for integration tests. * 3.10 in YAML is 3.1... --- .azure-pipelines/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 167aa2f0..5412f31b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -266,6 +266,7 @@ stages: - test: 3.7 - test: 3.8 - test: 3.9 + - test: "3.10" - stage: Cloud_2_11 displayName: Cloud 2.11 dependsOn: []