From 18c5fbf52f4141846ab1e828234e24b612c8d0a1 Mon Sep 17 00:00:00 2001 From: Sveinung Rundhovde Date: Tue, 30 Jul 2024 13:54:05 +0200 Subject: [PATCH] Drop support for Python 3.6 and 3.7 on macOS 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. --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c974a0e4..365dba1c 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -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/