Skip to content

Commit

Permalink
add python3.12 to ci, remove python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan authored Dec 9, 2024
1 parent 9bdd03a commit 727f45a
Showing 1 changed file with 1 addition and 1 deletion.
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.9","3.10","3.11"]
python-version: ["3.10","3.11", "3.12"]
max-parallel: 6

defaults:
Expand Down

0 comments on commit 727f45a

Please sign in to comment.