diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00a3881..2735c28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['lts', '1', 'pre'] + julia-version: ['1.12', '1', 'pre'] julia-arch: [default] os: [ubuntu-latest, windows-latest, macOS-latest] include: diff --git a/Project.toml b/Project.toml index 12cf5a2..1b727fa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorTimeSteps" uuid = "1f4dac17-e489-46a5-8247-1c82af6382b6" -version = "0.1.16" +version = "0.1.17" authors = ["Benjamin Decker <39363928+BenjaminDecker@users.noreply.github.com>"] [deps] @@ -16,7 +16,7 @@ ITensors = "0.9.14" KrylovKit = "0.10.2" ProgressMeter = "1.11.0" TensorOperations = "5.6.0" -julia = "1.10" +julia = "1.12" [workspace] projects = ["test"] \ No newline at end of file