Skip to content

Commit 6e4040b

Browse files
authored
Require GAP >= 4.12 (#106)
... as this package now uses Last() which was introduced then.
1 parent 1b98b9c commit 6e4040b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- stable-4.13
3131
- stable-4.12
3232
- stable-4.11
33-
- stable-4.10
34-
- stable-4.9
3533

3634
steps:
3735
- uses: actions/checkout@v5

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ PackageDoc := rec(
8282
),
8383

8484
Dependencies := rec(
85-
GAP := ">=4.5",
85+
GAP := ">=4.11",
8686
NeededOtherPackages := [["GBNP", ">=0.9.5"]],
8787
SuggestedOtherPackages := [],
8888
ExternalConditions := []

0 commit comments

Comments
 (0)