Skip to content

Commit

Permalink
Makes Julia 1.1 the minimum supported version
Browse files Browse the repository at this point in the history
The dependency PlanarConvexHulls.jl requires Julia 1.1 or greater. See tkoolen/PlanarConvexHulls.jl#2
  • Loading branch information
zygmuntszpak committed Oct 23, 2019
1 parent c57c2b1 commit 7890d85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Documentation: https://github.com/JuliaCI/Appveyor.jl
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0.3
- julia_version: 1.1
- julia_version: 1.2
- julia_version: nightly
platform:
- x86
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- nightly
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ImageCore = ">= 0.8.3"
PlanarConvexHulls = ">= 0.3.0"
StaticArrays = ">= 0.11.1"
OffsetArrays = ">= 0.11.1"
julia = "^1"
julia = ">= 1.1"

[extras]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Expand Down

0 comments on commit 7890d85

Please sign in to comment.