From a551d66929bb2ffdf95fd30b3f12772492696503 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Oct 2019 10:50:21 +1300 Subject: [PATCH] Add Python 3.8 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db2d4f2b..c927f3ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,8 @@ jobs: python.version: '3.6' Python37: python.version: '3.7' + Python38: + python.version: '3.8' maxParallel: 4 steps: