gci: Don't test with 3.6, pyln-testing and pyln-client require >=3.7

This commit is contained in:
Christian Decker
2022-02-24 11:54:06 +01:00
parent 42f88ce24a
commit 8717789595

View File

@@ -12,13 +12,13 @@ on:
jobs:
build-and-test:
name: Test PY=${{ matrix.python-version}}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
name: Test PY=${{ matrix.python-version }}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
developer: [0,1]
experimental: [1]
deprecated: [0]