Skip to content

Commit

Permalink
Skip builds for python 3.6 and 3.7, which are after end of life already
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jun 30, 2023
1 parent d537743 commit ac369f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Wheels
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "*-win_cp310"
CIBW_SKIP: "cp36-* cp37-* cp310-win* cp311-win*"
run: |
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit ac369f4

Please sign in to comment.