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

Python support: drop 3.10, add 3.13 #895

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

Javagedes
Copy link
Contributor

Breaking Change

This commit removes support for python 3.10. Attempting to install v0.28.0 of edk2-pytool-extensions using a python version less than 3.11 will result in an error from pip along the lines of ERROR: Could not find a version that satisfies the requirement ...

Integration Instructions

If your platform cannot upgrade to 3.11 or above, continue using a version of edk2-python-extensions less than v0.28.0. Otherwise upgrade your version of platform to 3.11 or greater. If edk2-pytool-library is not automatically downloaded with edk2-pytool-extensions, then you also need to ensure that edk2-pytool-library is v0.22.0 or greater

Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.81%. Comparing base (bf643b0) to head (ab79908).
Report is 113 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
+ Coverage   78.75%   78.81%   +0.05%     
==========================================
  Files          49       41       -8     
  Lines        4909     5050     +141     
==========================================
+ Hits         3866     3980     +114     
- Misses       1043     1070      +27     

see 49 files with indirect coverage changes

@Javagedes Javagedes merged commit 6a6447c into tianocore:master Oct 14, 2024
25 checks passed
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.

2 participants