From f60def5f2aeba5897c0d85af7b450e693d044864 Mon Sep 17 00:00:00 2001 From: Fiiranek Date: Fri, 10 Jan 2025 11:53:28 +0100 Subject: [PATCH] Use Python 3.9 and 3.12 --- .github/workflows/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e6f9289e8..999b203c2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 @@ -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: @@ -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 @@ -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