From 157324a2150466481f01225ad747bdb01d9b27a3 Mon Sep 17 00:00:00 2001 From: liadomide Date: Mon, 8 Apr 2024 14:53:28 +0300 Subject: [PATCH] EBR-40 removed fixed older version of cibuildwheel (it won't build for python 3.12) --- .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 620a70f..52911bc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install cibuildwheel - run: python -m pip install setuptools cibuildwheel==2.11.3 + run: python -m pip install setuptools cibuildwheel - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse