Skip to content

Commit

Permalink
Merge pull request #470 from DHI/typefix
Browse files Browse the repository at this point in the history
Fix some static type info
  • Loading branch information
jsmariegaard authored Dec 12, 2024
2 parents 68c93cc + 711c297 commit dd4122b
Show file tree
Hide file tree
Showing 12 changed files with 353 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install modelskill
run: |
pip install .[test,notebooks]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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@v3
Expand Down
Loading

0 comments on commit dd4122b

Please sign in to comment.