From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id DD8ED780091 for ; Mon, 30 Oct 2023 19:07:25 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=F0/mXk2JKK7MgSO7HmWyL+mfDWkaK9icZFbDv9W2KeU=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698692844; v=1; b=vmNt50EjlsKkBx8e+bDFPAh+EUc/IJb9B7E6/Dn7ZmQivPTqur32yS0wqOJhTLgmxqXOr4Ge z1YDvPPlDzrzKCibDe7ltwN3Y7DOVUCHjnAp1r45Ki8ura+URZ99aJxs5zcKw8N5nfr5ygVAMKr DJ9XTUdulPFhwPdjfwJIPE6w= X-Received: by 127.0.0.2 with SMTP id dg9XYY7687511x2kQeJ554P1; Mon, 30 Oct 2023 12:07:24 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.158099.1698692843900900355 for ; Mon, 30 Oct 2023 12:07:23 -0700 X-Received: from [192.168.4.22] (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id C85B220B74C0; Mon, 30 Oct 2023 12:07:22 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C85B220B74C0 Message-ID: Date: Mon, 30 Oct 2023 15:07:21 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) To: Joey Vagedes , devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao References: <20231030164131.20419-1-joeyvagedes@microsoft.com> From: "Michael Kubacki" In-Reply-To: <20231030164131.20419-1-joeyvagedes@microsoft.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: kE2AieBMnGPL4Oiq6LSbLk0Nx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=vmNt50Ej; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Michael Kubacki On 10/30/2023 12:41 PM, Joey Vagedes wrote: > Upgrades python to 3.12 for build as it has been released and all > supporting tools have been updated to also support 3.12. >=20 > Cc: Sean Brogan > Cc: Michael Kubacki > Cc: Michael D Kinney > Cc: Liming Gao > Signed-off-by: Joey Vagedes > --- > .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- > .azurepipelines/templates/defaults.yml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubun= tu-PatchCheck.yml > index 5e79474999b6..a397cf3f4db5 100644 > --- a/.azurepipelines/Ubuntu-PatchCheck.yml > +++ b/.azurepipelines/Ubuntu-PatchCheck.yml > @@ -27,7 +27,7 @@ steps: > =20 >=20 > - task: UsePythonVersion@0 >=20 > inputs: >=20 > - versionSpec: '3.11' >=20 > + versionSpec: '3.12' >=20 > architecture: 'x64' >=20 > =20 >=20 > - script: | >=20 > diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/tem= plates/defaults.yml > index d50aa3e6d4d0..bc1cd058cc49 100644 > --- a/.azurepipelines/templates/defaults.yml > +++ b/.azurepipelines/templates/defaults.yml > @@ -8,5 +8,5 @@ > ## >=20 > =20 >=20 > variables: >=20 > - default_python_version: "3.11" >=20 > + default_python_version: "3.12" >=20 > default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0d= d931" >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110335): https://edk2.groups.io/g/devel/message/110335 Mute This Topic: https://groups.io/mt/102279161/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-