Skip to content

Commit

Permalink
Prepare upgrade to cibuildwheel 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jan 19, 2025
1 parent 4af270d commit 328a20c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Documentation = "https://websockets.readthedocs.io/"
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
Tracker = "https://github.com/python-websockets/websockets/issues"

[tool.cibuildwheel]
enable = ["pypy"]

# On a macOS runner, build Intel, Universal, and Apple Silicon wheels.
[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]
Expand Down

0 comments on commit 328a20c

Please sign in to comment.