diff mbox series

readme: Update minimum Python version

Message ID 20260618-readme-v1-1-4ced84173c82@pbarker.dev
State New
Headers show
Series readme: Update minimum Python version | expand

Commit Message

Paul Barker June 18, 2026, 1:16 p.m. UTC
This was changed in commit 0d2e682d00df ("lib/bb: Bump minimum python
version requirement to 3.9").

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 7e6466f48191c1e4ab9b91705deb237eff2c7f01
change-id: 20260618-readme-d1d85d289ccb

Best regards,
--  
Paul Barker
diff mbox series

Patch

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