From: Bajusz Tamás Date: Fri, 25 Nov 2022 15:05:17 +0000 (+0100) Subject: Pyffish python11 (#546) X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ce39716f6ad4e713b0edec2770077c53e2cf9e3d;p=fairystockfish.git Pyffish python11 (#546) --- diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dadc3b9..80f602b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.4.0 + run: python -m pip install cibuildwheel==2.11.2 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse