Skip to content

Commit 042e2f5

Browse files
Limit number of python versions (#1458)
1 parent 1abb69e commit 042e2f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
142+
python-version: [ "3.8", "3.12" ]
143143
env:
144144
LEDGER_PROXY_ADDRESS: 127.0.0.1
145145
LEDGER_PROXY_PORT: 9999
@@ -316,7 +316,7 @@ jobs:
316316
strategy:
317317
fail-fast: false
318318
matrix:
319-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
319+
python-version: [ "3.8", "3.12" ]
320320
env:
321321
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
322322
steps:
@@ -398,7 +398,7 @@ jobs:
398398
strategy:
399399
fail-fast: false
400400
matrix:
401-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
401+
python-version: [ "3.8", "3.12" ]
402402
steps:
403403
- uses: actions/checkout@v4
404404

@@ -462,7 +462,7 @@ jobs:
462462
strategy:
463463
fail-fast: false
464464
matrix:
465-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
465+
python-version: [ "3.8", "3.12" ]
466466
steps:
467467
- uses: actions/checkout@v4
468468
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9

0 commit comments

Comments
 (0)