Skip to content

Commit bb71f1d

Browse files
committed
CI: revert change to cibuildwheel version for Emscripten job
Not all dependencies support Python 3.15 for Pyodide yet.
1 parent 2ba771a commit bb71f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v7.0.1
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
40+
uses: pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

0 commit comments

Comments
 (0)