Skip to content

Commit

Permalink
skip Python 3.7 on MacOs (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Sep 10, 2024
1 parent 9a75298 commit e12b690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# Run on the full set on schedule, workflow_dispatch and push&tags events, otherwise on a subset.
# python-version: ${{ ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || ( github.event_name == 'push' && github.ref_type == 'tag' ) ) && fromJSON('["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]') || fromJSON('["3.7", "3.12"]') }}
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: 'macos-latest'
python-version: "3.7"
timeout-minutes: 60
defaults:
run:
Expand Down

0 comments on commit e12b690

Please sign in to comment.