From c90c2520e264d7ec3e57ef62ffe1d0c441b3cde6 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Fri, 29 Nov 2024 17:55:59 +0100 Subject: [PATCH] eliminate cibuildwheel 2.22.0 warnings --- pyproject.toml | 5 ++++- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b28c2d..4b1e7a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,10 @@ CMAKE_DISABLE_FIND_PACKAGE_Sphinx = true CMAKE_REQUIRE_FIND_PACKAGE_pybind11 = true [tool.cibuildwheel] -free-threaded-support = true +enable = [ + 'cpython-freethreading', + 'pypy', +] test-requires = [ "Pillow>=11.0.0", "pytest", diff --git a/requirements.txt b/requirements.txt index dab89fa..e4a9334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ autopep8>=2.0.2 -cibuildwheel>=2.21.3 +cibuildwheel>=2.22.0 coverage>=7.6.4 flake8>=6.0.0 gcovr==8.2.0