From 86efefa1fd29571ef064681f199f0a0ee1717a96 Mon Sep 17 00:00:00 2001 From: Glenn Moynihan Date: Thu, 22 Apr 2021 18:18:17 +0100 Subject: [PATCH] Support Julia >=1.3 versions (#86) --- .github/workflows/CI.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b447c21..d830c81 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - "1.5" # Invenia Prod version + - "1.3" - "1" # Latest Release os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 2a2477e..5dec6c4 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.5" +version = "0.3.6" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -17,7 +17,7 @@ DataFrames = "0.22" Documenter = "0.26" NamedDims = "0.2.32" Tables = "1.3" -julia = "1.5" +julia = "1.3" [extras] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"