Skip to content

Commit

Permalink
CI: exclude EOL CPython 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 26, 2024
1 parent d60f1ba commit 2490d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
# https://peps.python.org/pep-0494/
CIBW_SKIP: "cp36*"
# https://cibuildwheel.readthedocs.io/en/stable/options/#:~:text=cibuildwheel%20doesn%27t%20yet%20ship%20a%20default%20repair%20command%20for%20Windows%2E
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
Expand Down

0 comments on commit 2490d01

Please sign in to comment.