Skip to content

Commit

Permalink
Merge pull request #958 from StephenGemin/ci/workflow-python-app
Browse files Browse the repository at this point in the history
ci: update python-app workflow
  • Loading branch information
doronz88 authored Apr 25, 2024
2 parents 9d8c1b6 + 28640ba commit ae05bbb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
# Python <3.10 not available for macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.9
- { python-version: 3.8, os: macos-latest }
- { python-version: 3.9, os: macos-latest }
include:
- { python-version: 3.8, os: macos-13 }
- { python-version: 3.9, os: macos-13 }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae05bbb

Please sign in to comment.