Skip to content

Commit

Permalink
drop support for Julia 1.5 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Carlsson authored Jun 10, 2021
1 parent 711848a commit ace8eb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 788 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- ubuntu-latest
- windows-latest
version:
- '1.5'
- '1' # automatically expands to the latest stable 1.x release of Julia
exclude:
- os: macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "SIMD"
uuid = "fdea26ae-647d-5447-a871-4b548cad5224"
authors = ["Erik Schnetter <schnetter@gmail.com>", "Kristoffer Carlsson <kristoffer.carlsson@juliacomputing.com>"]
version = "3.3.1"
version = "3.4.0"

[compat]
julia = "1.5"
julia = "1.6"

[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down
Loading

0 comments on commit ace8eb1

Please sign in to comment.