Skip to content

Commit a2e7d85

Browse files
committed
Drop support for Julia < 1.3
1 parent cedf2b4 commit a2e7d85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ task:
44
name: FreeBSD
55
env:
66
matrix:
7-
- JULIA_VERSION: 1.0
7+
- JULIA_VERSION: 1.3
88
- JULIA_VERSION: 1
99
- JULIA_VERSION: nightly
1010
allow_failures: $JULIA_VERSION == 'nightly'

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77
- freebsd
88

99
julia:
10-
- 1.0
10+
- 1.3
1111
- 1
1212
- nightly
1313

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DataFrames = "^0.20, 0.21"
1616
JLD2 = "0.1.12"
1717
LinearOperators = "0.4.0, 0.5.0, 0.6.0, 0.7.0, 1.0"
1818
NLPModels = "0.13"
19-
julia = "^1.0.0"
19+
julia = "^1.3.0"
2020

2121
[extras]
2222
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.0
3+
- julia_version: 1.3
44
- julia_version: 1
55
- julia_version: nightly
66

0 commit comments

Comments
 (0)