From c00d5f8dd57bf00d8c89fb50f2d48e03e65f7577 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 28 Aug 2026 21:03:04 -0700 Subject: [PATCH] Restore original Julia compat range Keep supporting the Julia versions the package supported before the test item migration instead of raising the floor to 1.12. Co-Authored-By: Claude Fable 5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3f10841..a50d272 100644 --- a/Project.toml +++ b/Project.toml @@ -10,4 +10,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" test = ["Test", "TestItemRunner"] [compat] -julia = "1.12" +julia = "0.7, 1"