From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web10.714.1646780411723053000 for ; Tue, 08 Mar 2022 15:00:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=XNwnyXAR; spf=pass (domain: gmail.com, ip: 209.85.216.50, mailfrom: kenlautner3@gmail.com) Received: by mail-pj1-f50.google.com with SMTP id gj15-20020a17090b108f00b001bef86c67c1so669585pjb.3 for ; Tue, 08 Mar 2022 15:00:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=K4CjIj/GES8ubQokO0H4iXdoJil6HABcJSPXFVNy9bQ=; b=XNwnyXARNgEmKhJLNAhN7UNXF0TXCXLzb14ZYvChIrcK11tlTa6wkyUoRIxxhFSk8w dX3jEdfYN7XH4NI+E8yJgen6KzScbmVJRaqgrqJWCVD7KMniufTLd0lOl3CjonlGEX62 ZVQMYGqUzhsmYma/XVgHDTiuBlbKDbWD+C13PyjdDH4oGgw39ryn7awww/BI+5JDDnpP Wdy9qc8l65EL9ni1dIGaaEDVqEuLehhsj4LoOkuWT7HMiP2Is1+BRIKmJCOTDoPCJ7vr UG3xtQlNncOehLw3lcqc3BRzxCTLl73qn1mJjEP/VO7no+khZCGBEoy2Vmfe0uCCzyMx NWuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K4CjIj/GES8ubQokO0H4iXdoJil6HABcJSPXFVNy9bQ=; b=LXz15xSQMnoXSKdFNur1t30NV4BUR5u8o+EhzVitXpyFfFX5cSQo6HZcts/jscTSIc htjpKJBFSDyC/9PaIMXl7ucBpzH3up+0lQjpCiTcNcxQ+sJ7LciN4TyFUwBX8D5tgEJx 5BsZr95bV5mv9ZVfwNPHrzJvZSwVGMM4c9Ha3TiZ83C1HKHzgyd+pBmqv7KBCsF9qKUH 7iNgCrR/oINcM29yhma+XWq/uVRDsZiHVh5pvZ+BllwMl7kgP2GSY2c0KMXRNiCznKRr UKE/+zxsjtfPpz6Qv68BnOVQs9iGFngJoBrm3JEv6Ax6HBNEUKt0DBRLZpXrfPK+Y/W/ BwYg== X-Gm-Message-State: AOAM530Ju/cx/kGemGdKZ0pEa6/KFISlokhgx6U0rPyGyKAiziGq2bJo dN/pnMaseCC3E3QXHq90kvgMZlhWOEc= X-Google-Smtp-Source: ABdhPJzuuRaFmw7Z9wnmgs0kjI6QKZUMXJyVuDEQICUhMvKBv2fJdEfcJ4D2COJpT6BYPXFBjcegCg== X-Received: by 2002:a17:90b:1bc3:b0:1bf:7461:7838 with SMTP id oa3-20020a17090b1bc300b001bf74617838mr7205660pjb.3.1646780410876; Tue, 08 Mar 2022 15:00:10 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id t6-20020a63b246000000b0038085c0a9d7sm153782pgo.49.2022.03.08.15.00.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 15:00:10 -0800 (PST) From: "Kenneth Lautner" To: devel@edk2.groups.io Subject: [PATCH v4 2/2] .azurepipelines: Updated python versions Date: Tue, 8 Mar 2022 14:59:56 -0800 Message-Id: <20220308225956.4483-3-kenlautner3@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20220308225956.4483-1-kenlautner3@gmail.com> References: <20220308225956.4483-1-kenlautner3@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Ken Lautner --- .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