From 462c5c993bf33a50e1414be81a6a77dc75214a64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 08:01:05 +0200 Subject: [PATCH] CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing compat) (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing compat) * Bump version * Update CI config Co-authored-by: CompatHelper Julia Co-authored-by: Stefanos Carlström --- .github/workflows/CI.yml | 1 - Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2670ea0..21bfd73 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,6 @@ jobs: version: - '1.6' - '1' - - '^1.8.0-0' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 79c728c..aa2e790 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CompactBases" uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078" authors = ["Stefanos Carlström "] -version = "0.3.9" +version = "0.3.10" [deps] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" @@ -21,7 +21,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] BandedMatrices = "0.16,0.17" BlockBandedMatrices = "0.11" -ContinuumArrays = "0.10" +ContinuumArrays = "0.10, 0.11" FastGaussQuadrature = "0.4" FillArrays = "0.12,0.13" Formatting = "0.4"