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 65FED9418DE for ; Mon, 30 Oct 2023 17:13:45 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vpWNbyOxnBir96eGvTWuDdBisVOhUy5baG74vRl7yDI=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1698686024; v=1; b=D50uk98wTCXqsdS30YaXcJ2APl6dGeVtW27G5b/AIQnRPf6HRhJNsE8d8J0C9LskNcj/JYRb JhtWvrArQrDgPkoSvkxXVgQ+8bR7ypRVAeERiC0jyyeqMtUz/5n6naWpxjAw9TSGnn0F8EXLHwn KLoyz8ZkSLDdFR2zdaXhhFdY= X-Received: by 127.0.0.2 with SMTP id jDB4YY7687511xU9A1D5H7Cm; Mon, 30 Oct 2023 10:13:44 -0700 X-Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by mx.groups.io with SMTP id smtpd.web10.154938.1698686020324803570 for ; Mon, 30 Oct 2023 10:13:40 -0700 X-Received: by mail-pg1-f182.google.com with SMTP id 41be03b00d2f7-5aa7172bafdso2999687a12.1 for ; Mon, 30 Oct 2023 10:13:40 -0700 (PDT) X-Gm-Message-State: rLfPjFsUN4UZ38z4wWyYbnWcx7686176AA= X-Google-Smtp-Source: AGHT+IEFH1uBRRgYuCdMTpAjBmExFA7PY9PqCHbNSHDygJ/TCZDBf//c0U9NxVplcNDsub5r3MM3TV+t/N5cABco9Mk= X-Received: by 2002:a17:90a:2a44:b0:280:699:c5c with SMTP id d4-20020a17090a2a4400b0028006990c5cmr7216852pjg.21.1698686019632; Mon, 30 Oct 2023 10:13:39 -0700 (PDT) MIME-Version: 1.0 References: <20231030164131.20419-1-joeyvagedes@microsoft.com> In-Reply-To: From: "Joey Vagedes via groups.io" Date: Mon, 30 Oct 2023 10:13:24 -0700 Message-ID: Subject: Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) To: "Kinney, Michael D" Cc: "devel@edk2.groups.io" , Sean Brogan , Michael Kubacki , "Gao, Liming" 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,joeyvagedes@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: multipart/alternative; boundary="000000000000c904790608f228ab" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=D50uk98w; dmarc=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 --000000000000c904790608f228ab Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thank you. This patch is ready to be merged. CI passed on this PR: .azurepipelines: Fix Python version (to 3.12) by Javagedes =C2=B7 Pull Request #4979 =C2=B7 tianocore/edk2 (github.com) I've just updated the PR / commit with the appropriate reviewed-by tag, so the checks are going again. Thanks, Joey On Mon, Oct 30, 2023 at 9:48=E2=80=AFAM Kinney, Michael D < michael.d.kinney@intel.com> wrote: > Reviewed-by: Michael D Kinney > > > -----Original Message----- > > From: Joey Vagedes > > Sent: Monday, October 30, 2023 9:42 AM > > To: devel@edk2.groups.io > > Cc: Sean Brogan ; Michael Kubacki > > ; Kinney, Michael D > > ; Gao, Liming > > Subject: [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) > > > > Upgrades python to 3.12 for build as it has been released and all > > supporting tools have been updated to also support 3.12. > > > > 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(-) > > > > diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml > > b/.azurepipelines/Ubuntu-PatchCheck.yml > > index 5e79474999b6..a397cf3f4db5 100644 > > --- a/.azurepipelines/Ubuntu-PatchCheck.yml > > +++ b/.azurepipelines/Ubuntu-PatchCheck.yml > > @@ -27,7 +27,7 @@ steps: > > > > > > - task: UsePythonVersion@0 > > > > inputs: > > > > - versionSpec: '3.11' > > > > + versionSpec: '3.12' > > > > architecture: 'x64' > > > > > > > > - script: | > > > > diff --git a/.azurepipelines/templates/defaults.yml > > b/.azurepipelines/templates/defaults.yml > > index d50aa3e6d4d0..bc1cd058cc49 100644 > > --- a/.azurepipelines/templates/defaults.yml > > +++ b/.azurepipelines/templates/defaults.yml > > @@ -8,5 +8,5 @@ > > ## > > > > > > > > variables: > > > > - default_python_version: "3.11" > > > > + default_python_version: "3.12" > > > > default_linux_image: "ghcr.io/tianocore/containers/fedora-37- > > test:a0dd931" > > > > -- > > 2.34.1 > > -=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 (#110331): https://edk2.groups.io/g/devel/message/110331 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- --000000000000c904790608f228ab Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thank you.

This patch is ready to be merged. CI pa= ssed on this PR:=C2=A0 .azurepipelines: Fi= x Python version (to 3.12) by Javagedes =C2=B7 Pull Request #4979 =C2=B7 ti= anocore/edk2 (github.com)

I've just updated the PR / commit = with the appropriate reviewed-by tag, so the checks are going again.
Thanks,
Joey

On Mon, Oct 30, 2023 at 9:48=E2=80= =AFAM Kinney, Michael D <m= ichael.d.kinney@intel.com> wrote:
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com<= /a>>

> -----Original Message-----
> From: Joey Vagedes <
joey.vagedes@gmail.com>
> Sent: Monday, October 30, 2023 9:42 AM
> To: devel@ed= k2.groups.io
> Cc: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> <= mikuback@linux.microsoft.com>; Kinney, Michael D
> <mi= chael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)<= br> >
> Upgrades python to 3.12 for build as it has been released and all
> supporting tools have been updated to also support 3.12.
>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Joey Vagedes <joeyvagedes@gmail.com>
> ---
>=C2=A0 .azurepipelines/Ubuntu-PatchCheck.yml=C2=A0 | 2 +-
>=C2=A0 .azurepipelines/templates/defaults.yml | 2 +-
>=C2=A0 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml
> b/.azurepipelines/Ubuntu-PatchCheck.yml
> index 5e79474999b6..a397cf3f4db5 100644
> --- a/.azurepipelines/Ubuntu-PatchCheck.yml
> +++ b/.azurepipelines/Ubuntu-PatchCheck.yml
> @@ -27,7 +27,7 @@ steps:
>
>
>=C2=A0 - task: UsePythonVersion@0
>
>=C2=A0 =C2=A0 inputs:
>
> -=C2=A0 =C2=A0 versionSpec: '3.11'
>
> +=C2=A0 =C2=A0 versionSpec: '3.12'
>
>=C2=A0 =C2=A0 =C2=A0 architecture: 'x64'
>
>
>
>=C2=A0 - script: |
>
> diff --git a/.azurepipelines/templates/defaults.yml
> b/.azurepipelines/templates/defaults.yml
> index d50aa3e6d4d0..bc1cd058cc49 100644
> --- a/.azurepipelines/templates/defaults.yml
> +++ b/.azurepipelines/templates/defaults.yml
> @@ -8,5 +8,5 @@
>=C2=A0 ##
>
>
>
>=C2=A0 variables:
>
> -=C2=A0 default_python_version: "3.11"
>
> +=C2=A0 default_python_version: "3.12"
>
>=C2=A0 =C2=A0 default_linux_image: "ghcr.io/t= ianocore/containers/fedora-37-
> test:a0dd931"
>
> --
> 2.34.1

_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#110331) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000c904790608f228ab--