From fa7f07614e69573513a804b7798f7fc95c9a8fd5 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Tue, 6 Dec 2022 15:28:42 -0500 Subject: [PATCH] Revert to our traditional Julia 1.5+ compat bounds (#22) * Revert to our traditional Julia 1.5+ compat bounds * Test on 1.6 LTS --- .github/workflows/CI.yml | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2c0c94c..512ec68 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,6 +18,7 @@ jobs: fail-fast: false matrix: version: + - '1.6' - '1' - 'nightly' os: diff --git a/Project.toml b/Project.toml index 5601f82..3964fd5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VectorizedStatistics" uuid = "3b853605-1c98-4422-8364-4bd93ee0529e" authors = ["C. Brenhin Keller", "Chris Elrod"] -version = "0.5.0" +version = "0.5.1" [deps] LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" @@ -12,7 +12,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" LoopVectorization = "0.12.113" SnoopPrecompile = "1" Static = "0.2 - 0.8" -julia = "1.8" +julia = "1.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"