From 4eeb4a6f936dd34534753482c7009fb5d0f9b269 Mon Sep 17 00:00:00 2001 From: Benjamin Decker <39363928+BenjaminDecker@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:51:47 +0200 Subject: [PATCH] Change julia compat entry to "1.12" Workspaces are a 1.12 feature --- .github/workflows/test.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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