From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mx.groups.io with SMTP id smtpd.web11.204.1646781810425359635 for ; Tue, 08 Mar 2022 15:23:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VN3IdXtm; spf=pass (domain: gmail.com, ip: 209.85.210.182, mailfrom: kenlautner3@gmail.com) Received: by mail-pf1-f182.google.com with SMTP id t5so706832pfg.4 for ; Tue, 08 Mar 2022 15:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9Ai12AMZT9El8zRUJbZdkX+BvjC9H54qt1U4n+dPzmI=; b=VN3IdXtm0GiB1OH6+4eywHp73lFweZOnT+2wuxK+f32VGTGdHc/c2ti8wAq2m3o6D1 yV4XM8aeDFh8mRfSpZ3BlJDSY6dDxGA55z0YfmpKZ3rXPToezAEQVwU2ZIsnWB4MK5u1 5bKCndMSZ5dYM1G7wWDh63dx8L+zrxp2yhmdxcqilMIM4vUu4sWUlPgRR9VtGWS22oIx Nw76oKPn+k1duKVzaWdlgt7UeEp4QFsez8vU2f+nUTclcDrmmBUaZSIj89IXNhX7mJiR UeqeJNU2bCtTN0Au+nAtLXb/0YSFwAUV7eZT0FIzAYH1AJkkc1JfsiLRESgOWvXFwHSN JzJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9Ai12AMZT9El8zRUJbZdkX+BvjC9H54qt1U4n+dPzmI=; b=gd8qoqt4rzHwBZJTTpW2RFv5zbL6LmbqmGW81rclN0zKa8zwB6EOV9VTybcgJXS5BD 8D3sjpbb7uN7V7qHo/Hc0IbQywj8U+teeeBbZd/qzO11/UNBkc6kgaY+KiQwM6iz5RNW /VZ2LkrAfAHNiYriQGD278eWm/NRGIGIdx6+HGSA7c2bqKyC1JWZUSZv9lYwZERubGnS lj/fTUssdAp0KztQ1yXwlznSQAmXRbePq7gwuSXlyukHE1rHvijUJxHDx0i+5UjvBrYR 4qmb1PgkJNMAdPVXYWZRSwzvhnJoCM8ojiOMqYesr5jYHSDmErWXH4dAJ+eaYb5q59Hm hWjA== X-Gm-Message-State: AOAM531aMzGeRJGCcvbwSVZsgvZt6Qp9wsqP63rnIqME+dBZEAWO6diO u0IXeaLyS+xna6EcBZ01De5yBz2+RjE= X-Google-Smtp-Source: ABdhPJw2uVMFAHirAnz+pANiTlWQLTmQWveBHa38GCrTweOxtC66GS8dPoZKZ5K+sI12AlMBg2YoAw== X-Received: by 2002:a05:6a00:21c5:b0:4f7:2e26:d142 with SMTP id t5-20020a056a0021c500b004f72e26d142mr5566099pfj.83.1646781809705; Tue, 08 Mar 2022 15:23:29 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id v22-20020a17090ad59600b001b7deb42251sm4081754pju.15.2022.03.08.15.23.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 15:23:29 -0800 (PST) From: "Kenneth Lautner" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v5 2/2] .azurepipelines: Updated python versions Date: Tue, 8 Mar 2022 15:23:15 -0800 Message-Id: <20220308232315.4653-3-kenlautner3@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20220308232315.4653-1-kenlautner3@gmail.com> References: <20220308232315.4653-1-kenlautner3@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Ken Lautner Updated .azurepipelines to use newest python version Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kenneth Lautner Reviewed-by: Sean Brogan --- .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- .azurepipelines/templates/pr-gate-steps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu= -PatchCheck.yml index 4de453bf9db8..d1b214f3a909 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: '3.7.x'=0D + versionSpec: '3.10.x'=0D architecture: 'x64'=0D =0D - script: |=0D diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azur= epipelines/templates/platform-build-run-steps.yml index 97e7faa26682..8b3112935867 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -42,7 +42,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: "3.8.x"=0D + versionSpec: "3.10.x"=0D architecture: "x64"=0D =0D - script: pip install -r pip-requirements.txt --upgrade=0D diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/= templates/pr-gate-steps.yml index 70c19a462194..754fecd2ecdf 100644 --- a/.azurepipelines/templates/pr-gate-steps.yml +++ b/.azurepipelines/templates/pr-gate-steps.yml @@ -20,7 +20,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: '3.8.x'=0D + versionSpec: '3.10.x'=0D architecture: 'x64'=0D =0D - script: pip install -r pip-requirements.txt --upgrade=0D --=20 2.31.1.windows.1