Skip to content

Commit

Permalink
Drop support for Python 3.6 and 3.7 on macOS
Browse files Browse the repository at this point in the history
Python 3.6 and 3.7 has been EOL for a while now, so not worth spending
time on fixing the failing build on MacOS.
  • Loading branch information
sveinung-r committed Jul 30, 2024
1 parent 40a52b8 commit 18c5fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_ENVIRONMENT_WINDOWS: >
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
CIBW_SKIP: pp* *-musllinux_*
CIBW_SKIP: pp* *-musllinux_* cp36*-macos*
CIBW_ARCHS: ${{ matrix.arch }}
run: |
python -m cibuildwheel --output-dir wheelhouse python/
Expand Down

0 comments on commit 18c5fbf

Please sign in to comment.