Skip to content

Commit

Permalink
Minimal versions julia 1.3, Tulip 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Oct 22, 2021
1 parent 58be72a commit 6675f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.1'
- '1.3'
- '1' # latest stable 1.x release
- 'nightly'
os:
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"

[compat]
julia = "1.1"
Tulip = "0.7, 0.8"
julia = "1.3"

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

0 comments on commit 6675f85

Please sign in to comment.