* [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
@ 2023-10-30 16:41 Joey Vagedes via groups.io
2023-10-30 16:48 ` Michael D Kinney
2023-10-30 19:07 ` Michael Kubacki
0 siblings, 2 replies; 6+ messages in thread
From: Joey Vagedes via groups.io @ 2023-10-30 16:41 UTC (permalink / raw)
To: devel; +Cc: Sean Brogan, Michael Kubacki, Michael D Kinney, Liming Gao
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>
---
.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
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110323): https://edk2.groups.io/g/devel/message/110323
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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
2023-10-30 16:41 [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) Joey Vagedes via groups.io
@ 2023-10-30 16:48 ` Michael D Kinney
2023-10-30 17:13 ` Joey Vagedes via groups.io
2023-10-30 19:07 ` Michael Kubacki
1 sibling, 1 reply; 6+ messages in thread
From: Michael D Kinney @ 2023-10-30 16:48 UTC (permalink / raw)
To: Joey Vagedes, devel@edk2.groups.io
Cc: Sean Brogan, Michael Kubacki, Gao, Liming, Kinney, Michael D
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: Joey Vagedes <joey.vagedes@gmail.com>
> Sent: Monday, October 30, 2023 9:42 AM
> To: devel@edk2.groups.io
> Cc: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> <mikuback@linux.microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> 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 <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>
> ---
> .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
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110324): https://edk2.groups.io/g/devel/message/110324
Mute This Topic: https://groups.io/mt/102279161/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
2023-10-30 16:48 ` Michael D Kinney
@ 2023-10-30 17:13 ` Joey Vagedes via groups.io
0 siblings, 0 replies; 6+ messages in thread
From: Joey Vagedes via groups.io @ 2023-10-30 17:13 UTC (permalink / raw)
To: Kinney, Michael D
Cc: devel@edk2.groups.io, Sean Brogan, Michael Kubacki, Gao, Liming
[-- Attachment #1: Type: text/plain, Size: 2891 bytes --]
Thank you.
This patch is ready to be merged. CI passed on this PR: .azurepipelines:
Fix Python version (to 3.12) by Javagedes · Pull Request #4979 ·
tianocore/edk2 (github.com) <https://github.com/tianocore/edk2/pull/4979>
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 AM Kinney, Michael D <
michael.d.kinney@intel.com> wrote:
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
> > -----Original Message-----
> > From: Joey Vagedes <joey.vagedes@gmail.com>
> > Sent: Monday, October 30, 2023 9:42 AM
> > To: devel@edk2.groups.io
> > Cc: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> > <mikuback@linux.microsoft.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> > 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 <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>
> > ---
> > .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
>
>
-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: text/html, Size: 4976 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
2023-10-30 16:41 [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) Joey Vagedes via groups.io
2023-10-30 16:48 ` Michael D Kinney
@ 2023-10-30 19:07 ` Michael Kubacki
2023-10-31 13:43 ` Laszlo Ersek
1 sibling, 1 reply; 6+ messages in thread
From: Michael Kubacki @ 2023-10-30 19:07 UTC (permalink / raw)
To: Joey Vagedes, devel; +Cc: Sean Brogan, Michael D Kinney, Liming Gao
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
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.
>
> 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>
> ---
> .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"
>
-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
2023-10-30 19:07 ` Michael Kubacki
@ 2023-10-31 13:43 ` Laszlo Ersek
2023-10-31 15:23 ` Laszlo Ersek
0 siblings, 1 reply; 6+ messages in thread
From: Laszlo Ersek @ 2023-10-31 13:43 UTC (permalink / raw)
To: devel, mikuback, Joey Vagedes; +Cc: Sean Brogan, Michael D Kinney, Liming Gao
On 10/30/23 20:07, Michael Kubacki wrote:
> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Queued via <https://github.com/tianocore/edk2/pull/4984>.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110414): https://edk2.groups.io/g/devel/message/110414
Mute This Topic: https://groups.io/mt/102279161/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12)
2023-10-31 13:43 ` Laszlo Ersek
@ 2023-10-31 15:23 ` Laszlo Ersek
0 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek @ 2023-10-31 15:23 UTC (permalink / raw)
To: devel, mikuback, Joey Vagedes; +Cc: Sean Brogan, Michael D Kinney, Liming Gao
On 10/31/23 14:43, Laszlo Ersek wrote:
> On 10/30/23 20:07, Michael Kubacki wrote:
>> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
>
> Queued via <https://github.com/tianocore/edk2/pull/4984>.
Commit 8e7462907050350f8a9ed54437a4441082180a9c.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110423): https://edk2.groups.io/g/devel/message/110423
Mute This Topic: https://groups.io/mt/102279161/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-31 15:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 16:41 [edk2-devel] [PATCH v1 1/1] .azurepipelines: Fix Python version (to 3.12) Joey Vagedes via groups.io
2023-10-30 16:48 ` Michael D Kinney
2023-10-30 17:13 ` Joey Vagedes via groups.io
2023-10-30 19:07 ` Michael Kubacki
2023-10-31 13:43 ` Laszlo Ersek
2023-10-31 15:23 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox