Skip to content

Commit 3437b64

Browse files
committed
Drop 0.7 testing, add 1.2
1 parent 0764a0b commit 3437b64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: julia
22
julia:
3-
- 0.7
43
- 1.0
5-
- 1.1
4+
- 1.2
65
- nightly
76
matrix:
87
allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
77

88
[compat]
99
PyCall = "≥ 1.90.0"
10-
julia = "0.7.0"
10+
julia = "1"
1111

1212
[extras]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)