Skip to content

Commit c11e60b

Browse files
Make minimum Julia version v1.6 (#91)
1 parent bf9544b commit c11e60b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- 'nightly'
2121
- '1'
2222
- '1.6'
23-
- '1.3'
2423
os:
2524
- ubuntu-latest
2625
- macos-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Graphs"
22
uuid = "86223c79-3864-5bf0-83f7-82e725a168b6"
3-
version = "1.5.2"
3+
version = "1.6.0"
44

55
[deps]
66
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
@@ -19,9 +19,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1919
ArnoldiMethod = "0.1, 0.2"
2020
Compat = "3.40"
2121
DataStructures = "0.17, 0.18"
22-
Inflate = "0.1"
22+
Inflate = "0.1.2"
2323
SimpleTraits = "0.9"
24-
julia = "1"
24+
julia = "1.6"
2525

2626
[extras]
2727
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Installation is straightforward: enter Pkg mode by hitting `]`, and then
4646
* 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.
4747
* 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).
4848
* 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`
49+
* If you are using a version of Julia prior to 1.6, then you should use Graphs.jl at `v1.5.1`
4950
* Later versions: Some functionality might not work with prerelease / unstable / nightly versions of Julia. If you run into a problem, please file an issue.
5051

5152
# Contributing and Reporting Bugs

0 commit comments

Comments
 (0)