Skip to content

Commit

Permalink
skip python < 3.11 on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Oct 31, 2024
1 parent ce0a96c commit 475d024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
os: [ubuntu-latest, macos-latest]
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

# see https://github.com/actions/setup-python/issues/948
exclude:
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
defaults:
run:
shell: bash
Expand Down

0 comments on commit 475d024

Please sign in to comment.