Skip to content

Commit

Permalink
no arm python 3.6, 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Oct 16, 2024
1 parent dc62c13 commit 0bc9cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
# runner + macOS deployment target
runner: [["macos-13", "10.13"], ["macos-14", "11"]]
exclude:
- python-version: "3.6"
runner: ["macos-14", "11"]
- python-version: "3.7"
runner: ["macos-14", "11"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 0bc9cc4

Please sign in to comment.