lightningd: updating python v3.7 to v3.8

This commit is contained in:
Shahana Farooqui
2023-07-19 16:01:11 -07:00
committed by Rusty Russell
parent 2e72387700
commit c0bb7f0721
12 changed files with 26 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Christian Decker <cdecker@blockstream.com>"]
[tool.poetry.dependencies]
# Build dependencies belong here
python = "^3.7"
python = "^3.8"
pyln-client = { path = "contrib/pyln-client", develop = true }
pyln-proto = { path = "contrib/pyln-proto", develop = true }
Mako = "^1.1.6"