Skip to content

Commit

Permalink
drop older pythons on MacOS (will probably drop them entirely later, and
Browse files Browse the repository at this point in the history
add 3.9+)
  • Loading branch information
embray committed Jun 2, 2024
1 parent 49755c8 commit b228b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
gap-version: "4.11.0"
- python-version: "3.8"
gap-version: "4.10.2"
- platform: "macos-latest"
python-version: "3.6"
- platform: "macos-latest"
python-version: "3.7"
runs-on: "${{ matrix.platform }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b228b47

Please sign in to comment.