Skip to content

Commit

Permalink
Merge pull request #64 from JuliaStats/an/project
Browse files Browse the repository at this point in the history
Allow Julia 0.7
  • Loading branch information
andreasnoack authored Nov 7, 2019
2 parents 64b4e2d + f10ccba commit a8762a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1.2
- nightly
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BinaryProvider = "0.3.2, 0.4, 0.5"
julia = "1"
julia = "0.7, 1"

[targets]
test = ["Test"]

2 comments on commit a8762a5

@andreasnoack
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/5179

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.1 -m "<description of version>" a8762a5a048d56d77d4957104d8b2e9abf3d9722
git push origin v0.5.1

Please sign in to comment.