From 58d9f524b1778e523278603227a6eca5bf6fec76 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 16 Oct 2020 13:46:38 +1300 Subject: [PATCH] Remove Py3.5 Add Py3.9 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e776ae09..24c37725 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,14 +15,14 @@ jobs: matrix: Python27: python.version: '2.7' - Python35: - python.version: '3.5' Python36: python.version: '3.6' Python37: python.version: '3.7' Python38: python.version: '3.8' + Python39: + python.version: '3.9' maxParallel: 5 steps: