Skip to content

Commit d89c9d3

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#32022: Remove deprecated freethreading option from cibuildwheel
1 parent 44dee43 commit d89c9d3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Build wheels for wasm
5353
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
5454
env:
55-
CIBW_BUILD: "cp312-*"
5655
CIBW_PLATFORM: "pyodide"
5756
CIBW_TEST_COMMAND: "true"
5857

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ addopts = [
402402
]
403403

404404
[tool.cibuildwheel]
405-
enable = ["cpython-freethreading"]
406405
skip = "*-musllinux_aarch64"
407406
manylinux-x86_64-image = "manylinux2014"
408407

0 commit comments

Comments
 (0)