Skip to content

Commit

Permalink
Disable wheel build on python 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Mar 29, 2024
1 parent 13933c6 commit f583e45
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 @@ -49,7 +49,7 @@ jobs:
# ARM builds fail at the moment:
# CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_SKIP: '*-win32'
CIBW_SKIP: '*-win32' 'cp37-*'
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH"'
CIBW_BEFORE_BUILD: >
pip install -U setuptools-rust &&
Expand Down

0 comments on commit f583e45

Please sign in to comment.