Skip to content

Commit

Permalink
remove support for Julia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Jun 3, 2021
1 parent 94bbd0f commit 6e8d7d0
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 @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"

[compat]
Images = "0.24, 0.23"
Images = "0.24"
julia = "1"

[extras]
Expand Down

0 comments on commit 6e8d7d0

Please sign in to comment.