Skip to content

Commit 4142194

Browse files
committed
Require Julia 1.10
1 parent db710d5 commit 4142194

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: ['1', '1.6']
15+
julia-version: ['1']
1616
threads:
1717
- '1'
1818
- '3'

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RecursiveFactorization"
22
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
33
authors = ["Yingbo Ma <[email protected]>"]
4-
version = "0.2.22"
4+
version = "0.2.23"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -18,7 +18,7 @@ Polyester = "0.3.2,0.4.1, 0.5, 0.6, 0.7"
1818
PrecompileTools = "1"
1919
StrideArraysCore = "0.5.5"
2020
TriangularSolve = "0.2"
21-
julia = "1.5"
21+
julia = "1.10"
2222

2323
[extras]
2424
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)