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 f95601a commit 159744a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ build-backend = "setuptools.build_meta"
test-requires = "pytest"
test-command = "pytest {project}/tests"

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

# skip PyPy wheels
skip = ["pp*"]
# skip PyPy wheels and 32 bit builds
skip = ["pp*", "*-win32", "*-manylinux_i686"]

0 comments on commit 159744a

Please sign in to comment.