Skip to content

Commit

Permalink
trying manylinux 2014 for py39 and i686
Browse files Browse the repository at this point in the history
  • Loading branch information
dleemiller committed Jul 29, 2024
1 parent 28b0095 commit db443d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ write_to = "wordllama/_version.py"
version_scheme = "post-release"
local_scheme = "no-local-version"

[tool.cibuildwheel]
platform = "linux"
archs = ["x86", "x64"]
build = ["pp39-manylinux2014_i686"]

0 comments on commit db443d6

Please sign in to comment.