diff mbox series

[2/2] pyproject.toml: specify min Python version for project

Message ID 20260818173407.2657441-2-chris.laplante@agilent.com
State New
Headers show
Series [1/2] pyproject.toml: remove broken [build-system] section | expand

Commit Message

chris.laplante@agilent.com Aug. 18, 2026, 5:34 p.m. UTC
From: Chris Laplante <chris.laplante@agilent.com>

Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/pyproject.toml b/pyproject.toml
index 4725e860b..c14a547a8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,7 @@ 
 [project]
 name = "bitbake"
 version = "2.19.0"
+requires-python = ">=3.9"
 
 [tool.vendoring]
 destination = "lib/bb/_vendor"