From 6040496b2877c6d2ac3c94d0cd44b0d196e6e6c1 Mon Sep 17 00:00:00 2001 From: Karl Nelson Date: Sat, 16 Nov 2024 13:34:28 -0800 Subject: [PATCH] Reduce size of matrix --- .azure/release.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.azure/release.yml b/.azure/release.yml index 7784ff05b..a2ca281f0 100644 --- a/.azure/release.yml +++ b/.azure/release.yml @@ -68,18 +68,18 @@ stages: Python38: python.version: '3.8' python.architecture: 'x64' - Python39: - python.version: '3.9' - python.architecture: 'x64' - Python310: - python.version: '3.10' - python.architecture: 'x64' - Python311: - python.version: '3.11' - python.architecture: 'x64' - Python312: - python.version: '3.12' - python.architecture: 'x64' +# Python39: +# python.version: '3.9' +# python.architecture: 'x64' +# Python310: +# python.version: '3.10' +# python.architecture: 'x64' +# Python311: +# python.version: '3.11' +# python.architecture: 'x64' +# Python312: +# python.version: '3.12' +# python.architecture: 'x64' # Python313: # python.version: '3.13' # python.architecture: 'x64' @@ -106,14 +106,14 @@ stages: matrix: Python38: python.version: '3.8' - Python39: - python.version: '3.9' - Python310: - python.version: '3.10' - Python311: - python.version: '3.11' - Python312: - python.version: '3.12' +# Python39: +# python.version: '3.9' +# Python310: +# python.version: '3.10' +# Python311: +# python.version: '3.11' +# Python312: +# python.version: '3.12' # Python313: # python.version: '3.13' pool: