Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed May 3, 2023
1 parent 4604e92 commit 3647207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
archs = ['auto64']
skip = ['pp*', 'cp36-*', '*musllinux*]
skip = ['pp*', 'cp36-*', '*musllinux*']
build-verbosity = 1
test-command = "pytest {project}/tests"
test-extras = ["test"]
Expand Down

0 comments on commit 3647207

Please sign in to comment.