change python version of lnd wallet (#996)

This commit is contained in:
dni ⚡
2022-09-23 10:58:19 +03:00
committed by GitHub
parent b0bedd53df
commit e0981ecede
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.8] python-version: [3.9]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}