CI: update to min python 3.10 and bitcoind 31.0

This commit is contained in:
daywalker90 2026-04-23 00:20:49 +02:00
parent 3caf173a86
commit 80926ba9b7
No known key found for this signature in database

View file

@ -24,10 +24,10 @@ jobs:
strategy:
fail-fast: false
matrix:
bitcoind-version: ["30.2"]
bitcoind-version: ["31.0"]
experimental: [1]
deprecated: [0]
python-version: ["3.9", "3.14"]
python-version: ["3.10", "3.14"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}