python: raise minimum supported python version to 3.9

Changelog-None
This commit is contained in:
daywalker90
2025-06-12 00:10:26 +02:00
committed by Christian Decker
parent 03b4f4778e
commit 40d319b7be
16 changed files with 23 additions and 63 deletions

View File

@@ -11,7 +11,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pyln-proto = ">=23"
pyln-bolt7 = ">=1.0"