diff --git a/.github/workflows/test_rainforest_dev.yml b/.github/workflows/test_rainforest_dev.yml index 7a65234..2497e62 100644 --- a/.github/workflows/test_rainforest_dev.yml +++ b/.github/workflows/test_rainforest_dev.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest" ] - python-version: ["3.8", "3.9","3.10","3.11"] + python-version: ["3.9","3.10","3.11"] max-parallel: 6 defaults: diff --git a/.github/workflows/test_rainforest_master.yml b/.github/workflows/test_rainforest_master.yml index 42d4b90..605cf64 100644 --- a/.github/workflows/test_rainforest_master.yml +++ b/.github/workflows/test_rainforest_master.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest" ] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] max-parallel: 6 defaults: