From 270e59f7d2d4c7ff0a7304eaf710a168afeeb0e0 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Tue, 7 May 2024 09:29:03 -0400 Subject: [PATCH] bump julia compat to 1.10 --- .github/workflows/UnitTest.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index 6d0f291..9460199 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.6', '1'] + julia-version: ['1.10', '1'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/Project.toml b/Project.toml index 9ac1958..17a6ff4 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ RealFFTs = "1" StaticArrays = "0.10, 0.11, 0.12, 1.0" Statistics = "1" TiledIteration = "0.2, 0.3, 0.4, 0.5" -julia = "1.6" +julia = "1.10" [extras] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"