From 1763854728c42f08bcc8bd3a10b74f6b611c5e4e Mon Sep 17 00:00:00 2001 From: Chirag Anand Date: Wed, 20 Mar 2024 17:06:53 +0530 Subject: [PATCH] refs #175, include support for Julia v1.7 and v1.10 Installed the package and ran the test cases without any issues. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6e9a413..40e5938 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ RollingFunctions = "0.6.2, 0.7" ShiftedArrays = "1.0.0, 2" StatsBase = "0.33, 0.34" Tables = "1" -julia = "1.6" +julia = "1.6, 1.7, 1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"