From 99e0985079c700d23ed9e4f0fcdf4b1142530ad4 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 14 Oct 2024 14:42:31 -0400 Subject: [PATCH] Update julia compat to match PETSc_jll --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8a698399..9904ea3e 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] MPI = "0.20" PETSc_jll = "3.21" -julia = "1.6" +julia = "1.9" [extras] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"