Skip to content

Commit

Permalink
Require Julia v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 31, 2020
1 parent 1bfac8a commit 178786f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1.2
- 1.3
- 1
- nightly
git:
depth: 999999
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mosè Giordano <[email protected]>"]
version = "0.2.0"

[compat]
julia = "≥ 0.7.0"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ precision calculations (see example below).
Installation
------------

`PolynomialRoots.jl` is available for Julia 0.7 and later versions, and can be
`PolynomialRoots.jl` is available for Julia 1.0 and later versions, and can be
installed with
[Julia built-in package manager](http://docs.julialang.org/en/stable/manual/packages/).
In a Julia session run the command
Expand All @@ -50,7 +50,7 @@ julia> Pkg.add("PolynomialRoots")
You may need to update your package list with `Pkg.update()` in order to get the
latest version of `PolynomialRoots.jl`.

Older versions are available also for Julia 0.4-0.6.
Older versions are available also for Julia 0.4-0.7.

Usage
-----
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1
- julia_version: 1.2
- julia_version: 1.3
- julia_version: nightly

platform:
Expand Down

0 comments on commit 178786f

Please sign in to comment.