From 328a20cbb049fe738f77d13f274c29821646b1de Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 19 Jan 2025 21:57:36 +0100 Subject: [PATCH] Prepare upgrade to cibuildwheel 3. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4e26c757..d3128f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]