Skip to content

Commit

Permalink
Fix cibuildwheel config, archs instead of platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Sep 30, 2024
1 parent 461fd2d commit d38d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ write_to = "brainiak/_version.py"
# Build all python versions less than 3.12
test-extras = ["matnormal", "dev"]
test-command = "mpiexec -n 2 python -m mpi4py -m pytest {project}/tests"
platforms = "auto64"
archs = ["auto64"]
skip = ["pp*", "cp312*", "cp313*", "cp314*"]

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit d38d9ab

Please sign in to comment.