summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2024-12-12 13:28:59 -0500
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-12-13 22:05:02 +0000
commitff003faabed6f1e717735608df24f7cf761e339b (patch)
treea4f47286928a87a87fb7c610067bc41520ab2a2b
parentc1eb477e0629e3a444cab43c66a02fb8daf12ce9 (diff)
downloadedk2-ff003faabed6f1e717735608df24f7cf761e339b.tar.gz
ReadMe.rst: Add minimum Python version badge
The Python version used for build and CI should always be at least the minimum version supported by edk2-pytool-extensions. A badge is added that keeps this information dynamically up-to-date based on the minimum version specified in edk2-pytool-extensions pyproject.toml file. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rw-r--r--ReadMe.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ReadMe.rst b/ReadMe.rst
index ae7c775624..4d5809c8e3 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -5,6 +5,13 @@ EDK II Project
A modern, feature-rich, cross-platform firmware development
environment for the UEFI and PI specifications from www.uefi.org.
+.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftianocore%2Fedk2-pytool-extensions%2Frefs%2Fheads%2Fmaster%2Fpyproject.toml&query=%24.%5B'requires-python'%5D&style=for-the-badge&logo=python&logoColor=ffd343&label=Minimum%20Python%20Version%20for%20CI&color=3776ab&link=https%3A%2F%2Fwww.python.org%2Fdownloads%2F
+ :alt: CI Minimum Python Version
+
+It is recommended to install this Python version to run the full set of scripts that enable CI in the project.
+
+Other Python requirements for build can be found in the `EDK II Build Instructions <https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions/>`__.
+
Core CI Build Status
--------------------