Skip to content

Commit

Permalink
Specify tool.cibuildwheel.windows.archs = ["AMD64"]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Aug 18, 2023
1 parent 121d9cd commit 229e62b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ archs = ["x86_64", "arm64"]
test-skip = "*-macosx_arm64 *-macosx_universal2:arm64"
environment = { MACOSX_DEPLOYMENT_TARGET="10.9" }

[tool.cibuildwheel.windows]
archs = ["AMD64"]

[tool.coverage.report]
# Ignore warnings for overloads
# https://github.com/nedbat/coveragepy/issues/970#issuecomment-612602180
Expand Down

0 comments on commit 229e62b

Please sign in to comment.