Skip to content

Commit

Permalink
Fix to exclude python 3.8,3.9 from MacOS 14 Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Apr 12, 2024
1 parent 9dc203c commit a24e089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, macOS-14]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
exclude:
- os: macOS-14
python-version: 3.8
- os: macOS-14
python-version: 3.9
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit a24e089

Please sign in to comment.