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

project: Add a minimum supported version #946

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

Javagedes
Copy link
Contributor

Adds the concept of a minimum supported version (MSV) to the project. The project will continue to always maintain and support N-2 versions of Python, however the MSV will be the oldest version of python that can run the project (i.e. the project does not use any features that are newer than the MSV). This value is subject to change at any time due to the needs of the project.

Adds the concept of a minimum supported version (MSV) to the project.
The project will continue to always maintain and support N-2 versions of
Python, however the MSV will be the oldest version of python that can
run the project (i.e. the project does not use any features that are
newer than the MSV). This value is subject to change at any time due to
the needs of the project.
@Javagedes Javagedes requested review from makubacki and mdkinney March 6, 2025 16:13
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.65%. Comparing base (bf643b0) to head (55fb4e8).
Report is 133 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #946      +/-   ##
==========================================
+ Coverage   78.75%   79.65%   +0.89%     
==========================================
  Files          49       41       -8     
  Lines        4909     5072     +163     
==========================================
+ Hits         3866     4040     +174     
+ Misses       1043     1032      -11     

see 49 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Javagedes Javagedes merged commit 6c8bdcf into tianocore:master Mar 6, 2025
27 checks passed
@Javagedes Javagedes added this to the v0.29.0 milestone Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants