diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2b5f868..2542e22 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,6 +24,7 @@ jobs: version: - '1.8' - '1.9' + - '1.10' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 98ec245..521ccba 100644 --- a/Project.toml +++ b/Project.toml @@ -20,4 +20,4 @@ Reexport = "1" StatsBase = "0.33, 0.34" TensorCast = "0.4" Tullio = "0.3" -julia = "1.8, 1.9" \ No newline at end of file +julia = "1.8, 1.9, 1.10" \ No newline at end of file