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

@@ -11,7 +11,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pytest = "^7"
ephemeral-port-reserve = "^1.1.4"
psycopg2-binary = "^2.9"