diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2abbeea..a7384e2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -71,7 +71,7 @@ jobs: with: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.0 - uses: actions/upload-artifact@v7 with: diff --git a/pyproject.toml b/pyproject.toml index 9034e45..52e1b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ test-command = "pytest {project}/src/tests" test-extras = ["test"] skip = "pp*macos* pp31* pp39-manylinux*" build = "*64" -enable = ["pypy", "cpython-freethreading"] +enable = ["pypy"] [tool.cibuildwheel.macos] before-all = [