From 968556a6f116940c1c1fdef10b9fe64688ecb8d9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 11 Oct 2023 14:09:21 +0200 Subject: [PATCH] Support GAP.jl 0.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 01621c135b..23a4d8781a 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ PolymakeExt = "Polymake" [compat] AbstractAlgebra = "^0.33.0" -GAP = "0.9.6" +GAP = "0.9.6, 0.10" Nemo = "^0.37.0" Polymake = "0.10, 0.11" RandomExtensions = "0.4.3"