Skip to content

Commit 7890d85

Browse files
committed
Makes Julia 1.1 the minimum supported version
The dependency PlanarConvexHulls.jl requires Julia 1.1 or greater. See tkoolen/PlanarConvexHulls.jl#2
1 parent c57c2b1 commit 7890d85

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Documentation: https://github.com/JuliaCI/Appveyor.jl
22
environment:
33
matrix:
4-
- julia_version: 0.7
5-
- julia_version: 1.0.3
4+
- julia_version: 1.1
5+
- julia_version: 1.2
66
- julia_version: nightly
77
platform:
88
- x86

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.0
7+
- 1.1
8+
- 1.2
89
- nightly
910
matrix:
1011
allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ImageCore = ">= 0.8.3"
2626
PlanarConvexHulls = ">= 0.3.0"
2727
StaticArrays = ">= 0.11.1"
2828
OffsetArrays = ">= 0.11.1"
29-
julia = "^1"
29+
julia = ">= 1.1"
3030

3131
[extras]
3232
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

0 commit comments

Comments
 (0)