diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba53826d0..c780e9f1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: - 'nightly' - '1' - '1.6' - - '1.3' os: - ubuntu-latest - macos-latest diff --git a/Project.toml b/Project.toml index a139e4d2e..ee0368eb7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Graphs" uuid = "86223c79-3864-5bf0-83f7-82e725a168b6" -version = "1.5.1" +version = "1.6.0" [deps] ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d" @@ -19,9 +19,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" ArnoldiMethod = "0.1, 0.2" Compat = "3.40" DataStructures = "0.17, 0.18" -Inflate = "0.1" +Inflate = "0.1.2" SimpleTraits = "0.9" -julia = "1" +julia = "1.6" [extras] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/README.md b/README.md index 9629e3b0b..7316f5cb0 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Installation is straightforward: enter Pkg mode by hitting `]`, and then * There was also an older package also called Graphs (git tags `v0.2.5` through `v0.10.3`), but the current code base here is a fork of LightGraphs v1.3.5. * All older LightGraphs versions are tagged using the naming scheme `lg-vX.Y.Z` rather than plain `vX.Y.Z` which is used for old Graphs versions (≤ v0.10) and newer versions derived from LightGraphs but released with the Graphs name (≥ v1.4). * If you are using a version of Julia prior to 1.x, then you should use LightGraphs.jl at `lg-v.12.*` or Graphs.jl at `v0.10.3` +* If you are using a version of Julia prior to 1.6, then you should use Graphs.jl at `v1.5.1` * Later versions: Some functionality might not work with prerelease / unstable / nightly versions of Julia. If you run into a problem, please file an issue. # Contributing and Reporting Bugs