From 27daa1d48faa6ab136121d476e3f8f27c53cbbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 17:12:41 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4e3c7c9..4099777 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: From e70439fdbf2505abd72b1b719cd22710a120e5db Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 21 Jul 2026 14:54:45 +0200 Subject: [PATCH 2/2] fix config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [