Skip to content

Commit

Permalink
skip 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Jul 22, 2024
1 parent aad4d00 commit c2a4720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "11"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_SKIP: "cp37-macosx_arm64 cp36* pp*"
CIBW_SKIP: "cp37-macosx_arm64 cp36* cp37* pp*"
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
CIBW_TEST_COMMAND: python -m filprofiler run {project}/benchmarks/pystone.py
with:
Expand Down

0 comments on commit c2a4720

Please sign in to comment.