Skip to content

Commit

Permalink
DataInterpolations 4.6 and above requires Julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Apr 11, 2024
1 parent c49720c commit bbd03bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.9'
- '1.10'
- '1'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ SpecialFunctions = "2"
StaticArrays = "^1.6"
Transducers = "^0.4"
UnicodePlots = "^3.6"
julia = "1.9"
julia = "1.10"

0 comments on commit bbd03bd

Please sign in to comment.