From 703660c81d8f848e84924c8f44c02171540d354e Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 08:27:35 +0200 Subject: [PATCH] Run unit tests also with Python 3.10. (#2486) (#2488) ci_complete (cherry picked from commit 624eb7171e8afc72684695aaad6c12d1a27c3c26) Co-authored-by: Felix Fontein --- .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 8d1b81865e..8dc49e5c03 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -124,6 +124,7 @@ stages: - test: 3.7 - test: 3.8 - test: 3.9 + - test: '3.10' - stage: Units_2_11 displayName: Units 2.11 dependsOn: []