Skip to content

Commit 12f8c3a

Browse files
committed
Drop Julia v0.7 support
1 parent 2473b7c commit 12f8c3a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os:
44
- linux
55
- osx
66
julia:
7-
- "0.7"
87
- "1.0"
98
- "1.1"
109
- nightly

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Reexport = "≥ 0.2.0"
5959
SpecialFunctions = "≥ 0.7.0"
6060
StaticArrays = "≥ 0.8.3"
6161
ToeplitzMatrices = "≥ 0.4.0"
62-
julia = "0.7, 1"
62+
julia = "1"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1
4+
- julia_version: 1.1
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)