Skip to content

Commit

Permalink
Set the anylinux base and only build wheels for 3.9 up
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Aug 2, 2024
1 parent dc76233 commit e12fd25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ readme = {file = ["README.rst"]}
[project.urls]
Homepage = "http://ukhsa-collaboration.github.io/pygom/md/intro.html"
Issues = "https://github.com/ukhsa-collaboration/pygom/issues"

# Options for wheel building with cibuildwheel
[tool.cibuildwheel]
# Normal options, etc.
manylinux-x86_64-image = "manylinux2014"

[[tool.cibuildwheel.overrides]]
select = "cp3{9}-*"
manylinux-x86_64-image = "manylinux2010"

0 comments on commit e12fd25

Please sign in to comment.