Skip to content

Commit

Permalink
3.10 as min version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Nov 22, 2024
1 parent 5b6f626 commit 4e91afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.13"]
python-version: ["3.10", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10

- name: Install MIKE IO
run: |
Expand Down

0 comments on commit 4e91afc

Please sign in to comment.