From 238ae6ba97936e2a6ed7d2bf425f2d42bede10e8 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 3 Dec 2021 15:51:54 +1300 Subject: [PATCH] Add tests for Python 3.10 --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82d69f84..644c9c34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,9 @@ jobs: python.version: '3.8' Python39: python.version: '3.9' - maxParallel: 5 + Python310: + python.version: '3.10' + maxParallel: 3 steps: - script: |