Skip to content

Commit

Permalink
FIX: remove deprecated python 3.8 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Nov 11, 2024
1 parent 87dd70a commit f6c6d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_rainforest_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_rainforest_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6c6d54

Please sign in to comment.