From bbd03bd781e0094d0d341eaf844531cfbbb4f725 Mon Sep 17 00:00:00 2001 From: Alec Loudenback Date: Wed, 10 Apr 2024 22:21:58 -0500 Subject: [PATCH] DataInterpolations 4.6 and above requires Julia 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 2c8ffb3..0d96698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: version: - - '1.9' + - '1.10' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index c77da6c..6c4e30e 100644 --- a/Project.toml +++ b/Project.toml @@ -43,4 +43,4 @@ SpecialFunctions = "2" StaticArrays = "^1.6" Transducers = "^0.4" UnicodePlots = "^3.6" -julia = "1.9" +julia = "1.10"