Sourced from edk2-pytool-library's releases.
v0.19.0
What's Changed
- base_parser.py: conditional evaluation bugfix by
@​Javagedes
in tianocore/edk2-pytool-library#425- Update Supported Python versions to 3.10, 3.11, and 3.12 by
@​Javagedes
in tianocore/edk2-pytool-library#424Breaking Changes
edk2-pytool-library has officially dropped support for python 3.9 with this release. To continue to receive improvements to edk2-pytool-library passed v0.18, you will need to upgrade to a supported version of python (3.10, 3.11, or 3.12).
Full Changelog: https://github.com/tianocore/edk2-pytool-library/compare/v0.18.2...v0.19.0
33722a7
Update Supported Python versions to 3.10, 3.11, and 3.12 (#424)b62e1c1
base_parser.py: conditional evaluation bugfix (#425)