[elbe-devel] [PATCH 10/10] pyproject: validate python 3.9 comaptibility

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Aug 12 14:19:31 CEST 2024


For Debian Bullseye compatibility we want to support Python 3.9.
Use mypy to validate that compatibility.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 80fcc029a600..b0d4475cc520 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,3 +19,4 @@ packages = [
   'elbevalidate',
 ]
 ignore_missing_imports = true
+python_version = '3.9'

-- 
2.46.0



More information about the elbe-devel mailing list