Skip to content

Commit 125fe81

Browse files
committed
Require GAP >= 4.10
On GAP 4.9, the test suite segfaults
1 parent 25e5541 commit 125fe81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ PackageDoc := [ rec(
115115
## Are there restrictions on the operating system for this package? Or does
116116
## the package need other packages to be available?
117117
Dependencies := rec(
118-
GAP := ">= 4.9.1",
118+
GAP := ">= 4.10",
119119
NeededOtherPackages := [["GAPDoc", "1.5"]],
120120
SuggestedOtherPackages := [],
121121
# OtherPackagesLoadedInAdvance := [],

0 commit comments

Comments
 (0)