Browse Source

Test min and latest Python version only

master
roshii 2 years ago
parent
commit
4f4945e5c5
  1. 2
      .github/workflows/unittests.yml

2
.github/workflows/unittests.yml

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.11"]
bitcoind-version: ["0.18.0", "25.1"]
steps:

Loading…
Cancel
Save