Skip to content

Commit 78f4ca1

Browse files
bump version
1 parent eabb167 commit 78f4ca1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- Core
1616
version:
1717
- '1'
18-
- '1.6'
19-
- '1.7'
20-
- '1.8'
2118
steps:
2219
- uses: actions/checkout@v4
2320
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "7.5.2"
3+
version = "7.6.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -11,11 +11,11 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
1111

1212
[compat]
1313
Adapt = "3"
14-
LinearAlgebra = "1.6"
14+
LinearAlgebra = "1.9"
1515
Requires = "1"
16-
SparseArrays = "1.6"
17-
SuiteSparse = "1.6"
18-
julia = "1.6"
16+
SparseArrays = "1.9"
17+
SuiteSparse = "1.9"
18+
julia = "1.9"
1919

2020
[extensions]
2121
ArrayInterfaceBandedMatricesExt = "BandedMatrices"

0 commit comments

Comments
 (0)