Skip to content

Commit 75c03b3

Browse files
authored
Merge pull request matplotlib#32027 from meeseeksmachine/auto-backport-of-pr-32022-on-v3.11.x
Backport PR matplotlib#32022 on branch v3.11.x (Remove deprecated freethreading option from cibuildwheel)
2 parents 4ae406e + d89c9d3 commit 75c03b3

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)