Skip to content

Commit

Permalink
try skipping Python 3.7 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Apr 15, 2024
1 parent 876e3c7 commit 8764c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
CIBW_SKIP: "pp* cp36*"
CIBW_SKIP: "pp* cp36* cp37*"
run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
Expand Down

0 comments on commit 8764c2f

Please sign in to comment.