Skip to content

Commit 328a20c

Browse files
committed
Prepare upgrade to cibuildwheel 3.
1 parent 4af270d commit 328a20c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Documentation = "https://websockets.readthedocs.io/"
3434
Funding = "https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme"
3535
Tracker = "https://github.com/python-websockets/websockets/issues"
3636

37+
[tool.cibuildwheel]
38+
enable = ["pypy"]
39+
3740
# On a macOS runner, build Intel, Universal, and Apple Silicon wheels.
3841
[tool.cibuildwheel.macos]
3942
archs = ["x86_64", "universal2", "arm64"]

0 commit comments

Comments
 (0)