Skip to content

Commit

Permalink
Officially drop support for Julia 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexatos committed Apr 18, 2024
1 parent 07f561d commit 7402682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.3', '1.6', '1', 'nightly']
julia-version: ['1.6', '1', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
julia-arch: [x64]

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

[compat]
OffsetArrays = "1.3"
julia = "1.3"
julia = "1.6"

0 comments on commit 7402682

Please sign in to comment.