|
|
|
@ -7,6 +7,7 @@ jobs: |
|
|
|
name: python ${{ matrix.python-version }}, bitcoind ${{ matrix.bitcoind-version }} on ${{ matrix.os }} |
|
|
|
name: python ${{ matrix.python-version }}, bitcoind ${{ matrix.bitcoind-version }} on ${{ matrix.os }} |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
|
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
os: [macos-13, ubuntu-latest] |
|
|
|
os: [macos-13, ubuntu-latest] |
|
|
|
python-version: ["3.9", "3.12"] |
|
|
|
python-version: ["3.9", "3.12"] |
|
|
|
|