From 4127beeb502db3a05e1c7dd916b1a69ca0592361 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 9 Nov 2019 14:22:41 +0200 Subject: [PATCH] Test Linux and macOS on Python 3.8 --- .azure-pipelines/jobs/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/jobs/test.yml b/.azure-pipelines/jobs/test.yml index cadf99a51f7..68b6e5268e1 100644 --- a/.azure-pipelines/jobs/test.yml +++ b/.azure-pipelines/jobs/test.yml @@ -35,7 +35,10 @@ jobs: Python37: python.version: '3.7' python.architecture: x64 - maxParallel: 3 + Python38: + python.version: '3.8' + python.architecture: x64 + maxParallel: 4 steps: - template: ../steps/run-tests.yml