File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 77 SDL_VERSION : " 2.26.3" # https://github.com/libsdl-org/SDL/releases
88 SDL_MIXER_VERSION : " 2.6.2" # https://github.com/libsdl-org/SDL_mixer/releases
99 USE_SDL2_MIXER : " 1"
10- OSX_PYVERS : " 3.7.9 3.8.10 3.9.10"
1110 MACOSX_DEPLOYMENT_TARGET : " 10.9"
1211 MACOSX_DEPLOYMENT_TARGET_ARM : " 11.0"
1312
2827 with :
2928 python-version : ${{ matrix.python }}
3029 - name : Get dependencies
31- env :
32- ACTIONS_STEP_DEBUG : true
3330 run : |
3431 mkdir "$env:FF_BUILD_DIR"
3532 cd "$env:FF_BUILD_DIR"
@@ -231,7 +228,7 @@ jobs:
231228 docker run --rm -v `pwd`:/io:rw quay.io/pypa/manylinux2014_${{ matrix.cibw_archs }} /io/.ci/build-wheels.sh
232229 - name : Install cibuildwheel
233230 run : |
234- python -m pip install cibuildwheel==2.11.2
231+ python -m pip install cibuildwheel~=2.12.0
235232 - name : Make wheels
236233 run : |
237234 python -m cibuildwheel --output-dir dist
You can’t perform that action at this time.
0 commit comments