Skip to content

Commit

Permalink
Try to skip building on python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 18, 2024
1 parent 5fcf8cc commit c324af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-wheels-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ steps:
export CIBW_BUILD_FRONTEND=pip
export CIBW_ARCHS_MACOS="x86_64 arm64"
export CIBW_TEST_SKIP="*-macosx_arm64"
export CIBW_SKIP="pp* *-musllinux* *i686* *-win32 *-win_arm64"
export CIBW_SKIP="pp* *-musllinux* *i686* *-win32 *-win_arm64 cp36-*"
# for spacy: clean cython-generated files between builds to handle
# profiling settings, since the builds aren't isolated; a cleaner/nicer
# version would install the build requirements from pyproject.toml
Expand Down

0 comments on commit c324af8

Please sign in to comment.