Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b39c8c1

Browse files
authored
Merge pull request #32335 from QuLogic/wasm-no-315
ci: Skip Python 3.15 for Pyodide builds
2 parents 0350707 + 02e7cf1 commit b39c8c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Build wheels for wasm
4848
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
4949
env:
50+
CIBW_SKIP: "cp315-*"
5051
CIBW_PLATFORM: "pyodide"
5152
CIBW_TEST_COMMAND: "true"
5253

0 commit comments

Comments
 (0)