Skip to content

Commit

Permalink
Update Julia version Compat
Browse files Browse the repository at this point in the history
Increase lowest supported Julia version to 1.6
Set Compatibility to ^1.6 so anything <2 works
Update the CI to use Julia 1.6 instead of 1.4
  • Loading branch information
PaulDebus committed Jul 26, 2023
1 parent d753fb8 commit a24b984
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
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.4' # Min Julia version supported
- '1.6' # Min Julia version supported
- '1' # Expands to latest version
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -23,4 +23,4 @@ ImageFiltering = "0.4 - 0.7"
Images = "0.20 - 0.25"
Interpolations = "0.10 - 0.14"
PyPlot = "2.5 - 2.11"
julia = "1.4"
julia = "^1.6"

0 comments on commit a24b984

Please sign in to comment.