From 624eb7171e8afc72684695aaad6c12d1a27c3c26 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 11 May 2021 07:52:57 +0200 Subject: [PATCH] Run unit tests also with Python 3.10. (#2486) ci_complete --- .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: []