Skip to content

Commit

Permalink
new manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 17, 2023
1 parent 1e5a746 commit 84b9c6c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp3*"
manylinux-x86_64-image = "sunnycase/manylinux_2_24_x86_64:version1.0"
test-requires = "pytest"
test-command = [
"pytest {project}/tests/other"
]
test-extras = "test"
test-command = "pytest {project}/test"
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"

# Before Python 3.10, manylinux2010 is the most compatible
[[tool.cibuildwheel.overrides]]
select = "cp3?-*"
manylinux-x86_64-image = "manylinux2010"
manylinux-i686-image = "manylinux2010"
[tool.cibuildwheel

[tool.cibuildwheel.linux]
archs = ["x86_64"]
Expand Down

0 comments on commit 84b9c6c

Please sign in to comment.