Skip to content

Commit

Permalink
Try using manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Nov 8, 2024
1 parent b033b84 commit a8f56a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Documentation = "https://python.helics.org/"

[tool.cibuildwheel]
test-command = ["helics --version"]
linux.manylinux-x86_64-image = "manylinux_2_28"
linux.manylinux-aarch64-image = "manylinux_2_28"
linux.manylinux-x86_64-image = "manylinux2014"
linux.manylinux-aarch64-image = "manylinux2014"

[tool.scikit-build]
minimum-version = "0.8"
Expand Down

0 comments on commit a8f56a9

Please sign in to comment.