[PATCH] readme: Update minimum Python version
Paul Barker <[email protected]> Thu, 18 Jun 2026 14:16:33 +0100
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
This was changed in commit 0d2e682d00df ("lib/bb: Bump minimum python
version requirement to 3.9").
Signed-off-by: Paul Barker <[email protected]>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index e9f4c858ee14..39e4a97862f0 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Bitbake plain documentation can be found under the doc directory or its integrat
html version at the Yocto Project website:
https://docs.yoctoproject.org
-Bitbake requires Python version 3.8 or newer.
+Bitbake requires Python version 3.9 or newer.
Contributing
------------
---
base-commit: 7e6466f48191c1e4ab9b91705deb237eff2c7f01
change-id: 20260618-readme-d1d85d289ccb
Best regards,
--
Paul Barker