python: raise minimum supported python version to 3.9
Changelog-None
This commit is contained in:
committed by
Christian Decker
parent
03b4f4778e
commit
40d319b7be
@@ -11,7 +11,7 @@ packages = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = "^3.9"
|
||||
pyln-proto = ">=23"
|
||||
pyln-bolt7 = ">=1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user