Skip to content

Commit

Permalink
Fix julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed May 23, 2024
1 parent 266d3cd commit 6727a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7.3'
- '1.9'
- '1.10'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Artifacts = "<0.0.1, 1"
Dates = "<0.0.1, 1"
DelimitedFiles = "<0.0.1, 1"
Interpolations = "0.13, 0.14, 0.15"
julia = "1.7"
julia = "1.9"
ClimaParams = "0.10"

0 comments on commit 6727a53

Please sign in to comment.