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 #701

Merged
merged 3 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.
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.45%. Comparing base (ce85203) to head (9161650).
Report is 134 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #701      +/-   ##
==========================================
+ Coverage   81.43%   81.45%   +0.02%     
==========================================
  Files          56       45      -11     
  Lines        7514     7496      -18     
==========================================
- Hits         6119     6106      -13     
+ Misses       1395     1390       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@Javagedes Javagedes added this to the v0.23.0 milestone Mar 5, 2025
@Javagedes Javagedes requested review from makubacki and mdkinney March 5, 2025 17:30
@makubacki
Copy link
Member

@Javagedes, please merge this and release then I'll update tianocore/edk2#10795 to bring it into edk2.

@Javagedes
Copy link
Contributor Author

Javagedes commented Mar 6, 2025

@makubacki This PR will also need an equivalent in edk2-pytool-extensions, but I'll make this my priority this morning

@Javagedes Javagedes merged commit a1635d7 into tianocore:master Mar 6, 2025
14 checks passed
@Javagedes Javagedes deleted the python-msv branch March 6, 2025 14:34
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

3 participants