Skip to content

Commit

Permalink
Update tested Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ojustino committed Jan 3, 2025
1 parent 5f4d557 commit 4f97421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_sim_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.9]
python-version: [3.9, "3.10"]

steps:
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_sim_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.9]
python-version: [3.9, "3.10"]

steps:
- name: Set up Python
Expand Down

0 comments on commit 4f97421

Please sign in to comment.