Skip to content

Commit bd15def

Browse files
Compat for julia is now expanded to 1.7
1 parent cdc5cf1 commit bd15def

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22+
- '1.5'
2223
- '1.6'
2324
- '1.7'
2425
- 'nightly'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ QuadGK = "2.4.1"
4141
Reexport = "1.0.0"
4242
SimpleWeightedGraphs = "1.1.1"
4343
StatsBase = "0.33.6"
44-
julia = "1.6, 1.7"
44+
julia = "1.5, 1.6, 1.7"
4545

4646
[extras]
4747
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)