diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 57a85c09..138d43bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,7 @@ jobs: - '1.7' - '1.8' - '1.9' + - '1.10' os: - ubuntu-latest - windows-latest diff --git a/Project.toml b/Project.toml index 053e7c76..0f3ca97f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LaplaceRedux" uuid = "c52c1a26-f7c5-402b-80be-ba1e638ad478" authors = ["Patrick Altmeyer"] -version = "0.1.3" +version = "0.1.4" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -34,7 +34,7 @@ Statistics = "1" Tables = "1.10.1" Tullio = "0.3.5" Zygote = "0.6" -julia = "1.6, 1.7, 1.8, 1.9" +julia = "1.6, 1.7, 1.8, 1.9, 1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"