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"