Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python minor version and update to Python 3.12 [Rebase & FF] #259

Merged
merged 3 commits into from
Oct 9, 2023

Conversation

makubacki
Copy link
Member

@makubacki makubacki commented Oct 6, 2023

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

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 <[email protected]>
@makubacki makubacki added the semver:patch Pull requests that should increment the release patch version label Oct 6, 2023
@makubacki makubacki self-assigned this Oct 6, 2023
@makubacki makubacki changed the title Fix Python minor version Fix Python minor version (to 3.11 for now) 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 <[email protected]>
@makubacki makubacki changed the title Fix Python minor version (to 3.11 for now) Fix Python minor version and update to Python 3.12 Oct 6, 2023
@makubacki makubacki added impact:breaking-change Requires integration attention and removed semver:patch Pull requests that should increment the release patch version labels Oct 6, 2023
@makubacki makubacki changed the title Fix Python minor version and update to Python 3.12 Fix Python minor version and update to Python 3.12 [Rebase & FF] Oct 6, 2023
@makubacki makubacki requested review from kuqin12 and cfernald October 6, 2023 22:18
@Javagedes Javagedes merged commit d7907bf into microsoft:main Oct 9, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:breaking-change Requires integration attention
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants