Skip to content

Commit

Permalink
Skip Python 3.6 in cibuildwheel.yml
Browse files Browse the repository at this point in the history
pybind11 or CMake's FindPython require 3.7 as minimum. That's fine with us.
  • Loading branch information
patrikhuber committed Dec 9, 2024
1 parent bd8f08e commit 3e4b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_SKIP: pp* *i686
CIBW_SKIP: pp* *i686 cp36-*
CIBW_TEST_REQUIRES: pytest numpy
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
Expand Down

0 comments on commit 3e4b507

Please sign in to comment.