Skip to content

Commit

Permalink
Attempt to fix free-threaded wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 18, 2024
1 parent b9e69d5 commit b8d1217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
test-requires = "-r requirements/pytest.txt"
test-command = "pytest {project}/tests"
before-all-linux = "yum install -y libffi-devel || apk add --upgrade libffi-dev || apt-get install libffi-dev"
# don't build PyPy wheels, install from source instead
skip = "pp*"
free-threaded-support = true

0 comments on commit b8d1217

Please sign in to comment.