Skip to content

Commit f7ffc69

Browse files
committed
fix: drop unused riscv64 enable option and update README
Fixes #2509
1 parent 55fcb25 commit f7ffc69

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ _23 July 2025_
244244
- 🌟 Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
245245
- ✨ Support for 32-bit `manylinux_2_28` (now a consistent default) and `manylinux_2_34` added (#2500)
246246
- 🛠 Improved summary, will also use markdown summary output on GHA (#2469)
247-
- 🛠 The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an `enable`) since you can't push them to PyPI yet (#2506)
248247
- 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (`cp39-musllinux_ricv64` -> `cp39-musllinux_riscv64`) (#2490)
249248
- 🛠 Mistyping `--only` now shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)
250249
- 🛠 Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (#2478)

bin/generate_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
description: How to inherit the parent's value.
3434
enable:
3535
enum:
36-
- cpython-experimental-riscv64
3736
- cpython-freethreading
3837
- cpython-prerelease
3938
- graalpy

cibuildwheel/resources/cibuildwheel.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"enable": {
1515
"enum": [
16-
"cpython-experimental-riscv64",
1716
"cpython-freethreading",
1817
"cpython-prerelease",
1918
"graalpy",

cibuildwheel/selector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class EnableGroup(StrEnum):
2929
Groups of build selectors that are not enabled by default.
3030
"""
3131

32-
CPythonExperimentalRiscV64 = "cpython-experimental-riscv64"
3332
CPythonFreeThreading = "cpython-freethreading"
3433
CPythonPrerelease = "cpython-prerelease"
3534
GraalPy = "graalpy"

0 commit comments

Comments
 (0)