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:
236
236
- name : Checkout submodules
237
237
run : git submodule update --init --recursive --depth 1
238
238
- name : Build wheels
239
- uses : pypa/cibuildwheel@v3.0.0
239
+ uses : pypa/cibuildwheel@v3.1.3
240
240
env :
241
241
CIBW_BUILD : ${{ matrix.build }}
242
242
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
@@ -299,7 +299,7 @@ jobs:
299
299
# Downloads SDL for the later step.
300
300
run : python build_sdl.py
301
301
- name : Build wheels
302
- uses : pypa/cibuildwheel@v3.0.0
302
+ uses : pypa/cibuildwheel@v3.1.3
303
303
env :
304
304
CIBW_BUILD : ${{ matrix.python }}
305
305
CIBW_ARCHS_MACOS : x86_64 arm64 universal2
@@ -335,7 +335,7 @@ jobs:
335
335
install-linux-dependencies : true
336
336
build-type : " Debug"
337
337
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
339
339
env :
340
340
CIBW_BUILD : cp313-pyodide_wasm32
341
341
CIBW_PLATFORM : pyodide
Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ filterwarnings = [
102
102
[tool .cibuildwheel ] # https://cibuildwheel.pypa.io/en/stable/options/
103
103
enable = [" pypy" , " pyodide-prerelease" ]
104
104
105
- [tool .cibuildwheel .pyodide ]
106
- dependency-versions = " latest" # Until pyodide-version is stable on cibuildwheel
107
- pyodide-version = " 0.28.0a3"
108
-
109
105
[tool .mypy ]
110
106
files = [" ." ]
111
107
python_version = " 3.10"
You can’t perform that action at this time.
0 commit comments