Skip to content

Commit f0df2e6

Browse files
committed
Require Julia >=1.9
1 parent 45d85c4 commit f0df2e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- Core
1616
version:
1717
- '1'
18-
- '1.6'
18+
- '1.9'
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1010
[compat]
1111
Polyester = "0.7"
1212
StrideArraysCore = "0.5.2 - 0.6"
13-
julia = "1.6"
13+
julia = "1.9"
1414

1515
[extras]
1616
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"

0 commit comments

Comments
 (0)