[edk2-devel] [PATCH v1 0/2] Fix Python minor version

Michael Kubacki posted 2 patches 7 months ago
Failed in applying to current master (apply log)
.azurepipelines/Ubuntu-PatchCheck.yml  | 2 +-
.azurepipelines/templates/defaults.yml | 2 +-
.github/workflows/codeql-analysis.yml  | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[edk2-devel] [PATCH v1 0/2] Fix Python minor version
Posted by Michael Kubacki 7 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

Python 3.12 released recently. The Python version is currently
specified to allow updates to newer minor versions. Time is
needed to adjust scripts for Python 3.12 so this series fixes
the Python version to 3.11.

Some places that were already fixed but need the version updated
to 3.11 for consistency are updated as well.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (2):
  .azurepipelines: Fix Python version (to 3.11)
  .github: Fix Python version (to 3.11)

 .azurepipelines/Ubuntu-PatchCheck.yml  | 2 +-
 .azurepipelines/templates/defaults.yml | 2 +-
 .github/workflows/codeql-analysis.yml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.42.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109370): https://edk2.groups.io/g/devel/message/109370
Mute This Topic: https://groups.io/mt/101808693/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v1 0/2] Fix Python minor version
Posted by Marcin Juszkiewicz 6 months, 4 weeks ago
W dniu 7.10.2023 o 01:10, Michael Kubacki pisze:
> Python 3.12 released recently. The Python version is currently specified 
> to allow updates to newer minor versions. Time is needed to adjust 
> scripts for Python 3.12 so this series fixes the Python version to 3.11. 
> Some places that were already fixed but need the version updated to 3.11 
> for consistency are updated as well.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109502): https://edk2.groups.io/g/devel/message/109502
Mute This Topic: https://groups.io/mt/101808693/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v1 0/2] Fix Python minor version
Posted by Sean 7 months ago
for the series

Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>

On 10/6/2023 4:10 PM, Michael Kubacki wrote:
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> Python 3.12 released recently. The Python version is currently
> specified to allow updates to newer minor versions. Time is
> needed to adjust scripts for Python 3.12 so this series fixes
> the Python version to 3.11.
>
> Some places that were already fixed but need the version updated
> to 3.11 for consistency are updated as well.
>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>
> Michael Kubacki (2):
>    .azurepipelines: Fix Python version (to 3.11)
>    .github: Fix Python version (to 3.11)
>
>   .azurepipelines/Ubuntu-PatchCheck.yml  | 2 +-
>   .azurepipelines/templates/defaults.yml | 2 +-
>   .github/workflows/codeql-analysis.yml  | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109374): https://edk2.groups.io/g/devel/message/109374
Mute This Topic: https://groups.io/mt/101808693/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-