From 07fc1783b558953d1b8cd44ac1c9fff94980fccc Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 27 Feb 2024 20:26:02 +1300 Subject: [PATCH] Update azure-pipelines.yml -add Python 3.12 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06ceef4f..588d7e46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,8 @@ jobs: python.version: '3.10' Python311: python.version: '3.11' + Python312: + python.version: '3.12' maxParallel: 3 steps: