Skip to content

Commit

Permalink
Add [compat] section to Project.toml and drop Julia 0.7 support (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Nov 23, 2019
1 parent c061b8b commit 0ceb396
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ os:
- osx
- linux
julia:
- 0.7
- 1.0
- 1.2
- nightly
notifications:
email: false
Expand Down
85 changes: 0 additions & 85 deletions Manifest.toml

This file was deleted.

6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
ColorTypes = "0.7, 0.8"
FixedPointNumbers = "0.6"
Reexport = "0.2"

[extras]
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.2
- julia_version: latest

platform:
Expand Down

0 comments on commit 0ceb396

Please sign in to comment.