From da72d03992cc1a835b1544bdd9255c8548e1f7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:13:38 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.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/v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index 4e1cee8e9..504c2849f 100644 --- a/.github/workflows/reusable-build-wheel.yml +++ b/.github/workflows/reusable-build-wheel.yml @@ -92,7 +92,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.0.0 env: CIBW_ARCHS_MACOS: x86_64 arm64 universal2 From 964bb356d61281675e0cf38954114d0812569c47 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 17 Jun 2025 16:30:15 +0200 Subject: [PATCH 2/2] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eae6869e9..f4c4d6b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ test-requires = "-r requirements/pytest.txt" test-command = 'pytest -m "not leaks" --no-cov {project}/tests' # don't build PyPy wheels, install from source instead skip = "pp*" -free-threaded-support = true +enable = ["cpython-freethreading"] [tool.cibuildwheel.linux] before-all = "yum install -y libffi-devel || apk add --upgrade libffi-dev || apt-get install libffi-dev"