Skip to content

Commit

Permalink
Require GAP 4.11.0 and its versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Feb 1, 2022
1 parent f3d2ff6 commit eb211ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
gap-branch:
- master
- stable-4.11
- stable-4.10
- stable-4.9

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "OrbitalGraphs",
Subtitle := "Computations with orbital graphs in GAP",
Version := "0.1.1",
Date := "02/09/2021", # dd/mm/yyyy format
Version := "0.1.2",
Date := "01/02/2022", # dd/mm/yyyy format
License := "MPL-2.0",

Persons := [
Expand Down Expand Up @@ -90,9 +90,9 @@ PackageDoc := rec(
),

Dependencies := rec(
GAP := ">=4.8.2",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ]
, [ "Digraphs", ">= 0.12.1"]
GAP := ">=4.11.0",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.6.3" ]
, [ "Digraphs", ">= 1.1.1"]
# We do not really need ferret, only for intersections
# of automorphism groups
# , [ "ferret", ">= 0.0" ]
Expand Down

0 comments on commit eb211ea

Please sign in to comment.