Fix Python minor version and update to Python 3.12 [Rebase & FF]#259
Merged
Javagedes merged 3 commits intomicrosoft:mainfrom Oct 9, 2023
Merged
Fix Python minor version and update to Python 3.12 [Rebase & FF]#259Javagedes merged 3 commits intomicrosoft:mainfrom
Javagedes merged 3 commits intomicrosoft:mainfrom
Conversation
Set to Python 3.11 for now but do not allow newer minor versions to be picked up unless explicitly specified. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Javagedes
approved these changes
Oct 6, 2023
Repos had already started picking up 3.12 because the minor version was previously not fixed. This change update the Python version to 3.12 to accelerate adoption and ensure compatibility. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Changes since last release: microsoft/mu_devops@v6.5.1...v7.0.0 General release info: https://github.com/microsoft/mu_devops/releases Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
apop5
approved these changes
Oct 9, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because of the way the Python version was managed, pipelines already
started picking up Python 3.12.
Also, tool like pytools are releasing 3.12 support. This change fixes
the minor version to prevent unintentional minor version updates in
the future and explicitly sets the minor version to
12.This files synced from this PR should merged into repos after the pytools
release is out with 3.12 support and this mu_basecore change is completed
(microsoft/mu_basecore#586). Though since pipelines
already moved to 3.12 as-is, it won't make much of a practical difference.
Three commits:
Fix Python minor version
Set to Python 3.11 (current) but do not allow newer minor versions to
be picked up unless explicitly specified.
Update to Python 3.12
Repos had already started picking up 3.12 because the minor version
was previously not fixed. This change update the Python version to
3.12 to accelerate adoption and ensure compatibility.
.sync/Version.njk: Update Mu repos to Mu DevOps v7.0.0
Changes since last release:
v6.5.1...v7.0.0
General release info: https://github.com/microsoft/mu_devops/releases