Skip to content

Commit

Permalink
Skipping 32 bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 7, 2023
1 parent 0099a86 commit cf7cd9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ build-backend = "setuptools.build_meta"
test-requires = "pytest"
test-command = "pytest {project}/tests"

[tool.cibuildwheel]
# Skip 32-bit builds
skip = ["*-win32", "*-manylinux_i686"]

# skip PyPy wheels
skip = ["pp*"]

0 comments on commit cf7cd9d

Please sign in to comment.