Skip to content

Commit

Permalink
Use Python 3.9 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Jan 10, 2025
1 parent 3924089 commit f60def5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
env:
LEDGER_PROXY_ADDRESS: 127.0.0.1
LEDGER_PROXY_PORT: 9999
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
env:
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
steps:
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9
Expand Down

0 comments on commit f60def5

Please sign in to comment.