From 3b81125a7f34c5ddd3ca8cc9d1f793994ea51b5e Mon Sep 17 00:00:00 2001 From: rofinn Date: Wed, 3 Aug 2022 11:42:05 -0700 Subject: [PATCH] Drop support for Julia 1.5 and older. --- .github/workflows/CI.yml | 7 +------ Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d830c81..a8054de 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - "1.3" + - "1.6" - "1" # Latest Release os: - ubuntu-latest @@ -30,11 +30,6 @@ jobs: arch: x86 - os: windows-latest arch: x86 - include: - # Add a 1.5 job because that's what Invenia actually uses - - os: ubuntu-latest - version: 1.5 - arch: x64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 diff --git a/Project.toml b/Project.toml index 761b4fa..2b35bdb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FeatureTransforms" uuid = "8fd68953-04b8-4117-ac19-158bf6de9782" authors = ["Invenia Technical Computing Corporation"] -version = "0.3.12" +version = "0.4.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -17,7 +17,7 @@ DataFrames = "0.22, 1" Documenter = "0.26" NamedDims = "0.2.32" Tables = "1.3" -julia = "1.3" +julia = "1.6" [extras] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"