File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 - name : Checkout submodules
237237 run : git submodule update --init --recursive --depth 1
238238 - name : Build wheels
239- uses : pypa/cibuildwheel@v3.0.0
239+ uses : pypa/cibuildwheel@v3.1.3
240240 env :
241241 CIBW_BUILD : ${{ matrix.build }}
242242 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
@@ -299,7 +299,7 @@ jobs:
299299 # Downloads SDL for the later step.
300300 run : python build_sdl.py
301301 - name : Build wheels
302- uses : pypa/cibuildwheel@v3.0.0
302+ uses : pypa/cibuildwheel@v3.1.3
303303 env :
304304 CIBW_BUILD : ${{ matrix.python }}
305305 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -335,7 +335,7 @@ jobs:
335335 install-linux-dependencies : true
336336 build-type : " Debug"
337337 version : " 3.2.4" # Should be equal or less than the version used by Emscripten
338- - uses : pypa/cibuildwheel@v3.0.0
338+ - uses : pypa/cibuildwheel@v3.1.3
339339 env :
340340 CIBW_BUILD : cp313-pyodide_wasm32
341341 CIBW_PLATFORM : pyodide
Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ filterwarnings = [
102102[tool .cibuildwheel ] # https://cibuildwheel.pypa.io/en/stable/options/
103103enable = [" pypy" , " pyodide-prerelease" ]
104104
105- [tool .cibuildwheel .pyodide ]
106- dependency-versions = " latest" # Until pyodide-version is stable on cibuildwheel
107- pyodide-version = " 0.28.0a3"
108-
109105[tool .mypy ]
110106files = [" ." ]
111107python_version = " 3.10"
You can’t perform that action at this time.
0 commit comments