Skip to content

Commit 069321c

Browse files
committed
fix: drop unused riscv64 enable option
Fixes #2509
1 parent 55fcb25 commit 069321c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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)