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

@@ -284,7 +284,7 @@ pkg_add autoconf # (select highest version, autoconf-2.69p2 at time of writing)
Install `mako` otherwise we run into build errors:
```shell
pip3.7 install --user poetry
pip3.8 install --user poetry
poetry install
```