Skip to content

Commit f18381b

Browse files
committed
CI: update to min python 3.10 and bitcoind 31.0
1 parent ffdca3b commit f18381b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
bitcoind-version: ["30.2"]
27+
bitcoind-version: ["31.0"]
2828
experimental: [1]
2929
deprecated: [0]
30-
python-version: ["3.9", "3.14"]
30+
python-version: ["3.10", "3.14"]
3131
os: ["ubuntu-latest"]
3232

3333
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)