From 6b9c0ad1917c4ea86211fb7a11c4cc4961aa0bd6 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 30 Jul 2024 19:43:02 -0400 Subject: [PATCH] bump julia compat to 1.10 --- .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cafa232c..83c60612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: include: - os: ubuntu-latest arch: x64 - version: '1.6' + version: '1.10' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 diff --git a/Project.toml b/Project.toml index f85b9c21..d7e98872 100644 --- a/Project.toml +++ b/Project.toml @@ -33,4 +33,4 @@ RecursiveArrayTools = "3" SparseArrays = "1" Strided = "1, 2" UnsafeArrays = "1" -julia = "1.6" +julia = "1.10"