change python version of lnd wallet (#996)

This commit is contained in:
dni ⚡
2022-09-23 09:58:19 +02:00
committed by GitHub
parent b0bedd53df
commit e0981ecede

View File

@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}