Skip to content

Commit

Permalink
ci: do not build oldest python on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 24, 2024
1 parent 014f7e6 commit 0367dc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- python-version: '3.9'
os: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0367dc6

Please sign in to comment.