Skip to content

Commit 80e5e25

Browse files
Xeonacidmayeut
authored andcommitted
fix: drop unused riscv64 enable option
Fixes #2509
1 parent 03ce2f2 commit 80e5e25

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
@@ -28,7 +28,6 @@
2828
description: How to inherit the parent's value.
2929
enable:
3030
enum:
31-
- cpython-experimental-riscv64
3231
- cpython-freethreading
3332
- cpython-prerelease
3433
- 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)