Skip to content

Commit

Permalink
BLD: stop building wheels for Windows 32
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 19, 2023
1 parent 0a299d8 commit a9b8d60
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 @@ -40,7 +40,7 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_MACOS: x86_64 arm64
MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently
CIBW_ARCHS_WINDOWS: "auto"
CIBW_ARCHS_WINDOWS: "auto64"
CIBW_ENVIRONMENT: "LDFLAGS='-static-libstdc++'"
CIBW_BUILD_VERBOSITY: 1

Expand Down

0 comments on commit a9b8d60

Please sign in to comment.