Skip to content

Commit 369a073

Browse files
committed
require GAP 4.13
1 parent 3874009 commit 369a073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

StableCategories/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PackageDoc := rec(
6969
),
7070

7171
Dependencies := rec(
72-
GAP := ">= 4.12.1",
72+
GAP := ">= 4.13.0",
7373
NeededOtherPackages := [ [ "CAP", ">= 2024.09-12" ],
7474
[ "GAPDoc", ">= 1.5" ],
7575
[ "TriangulatedCategories", ">= 2021.11-01" ],

ToolsForHigherHomologicalAlgebra/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PackageDoc := rec(
6969
),
7070

7171
Dependencies := rec(
72-
GAP := ">= 4.12.1",
72+
GAP := ">= 4.13.0",
7373
NeededOtherPackages :=
7474
[
7575
[ "CAP", ">=2022.05-04" ],

0 commit comments

Comments
 (0)