break: drop unused riscv64 enable option (#2525)

This commit is contained in:
Xeonacid
2026-01-04 20:20:29 +01:00
committed by GitHub
parent 24bade1d15
commit aae69a8e1d
5 changed files with 1 additions and 76 deletions
-7
View File
@@ -463,13 +463,6 @@ def detect_warnings(*, options: Options) -> Generator[str, None, None]:
build_selector = options.globals.build_selector
test_selector = options.globals.test_selector
if EnableGroup.CPythonExperimentalRiscV64 in build_selector.enable:
yield (
"'cpython-experimental-riscv64' enable is deprecated and will be removed in a future version. "
"It should be removed from tool.cibuildwheel.enable in pyproject.toml "
"or CIBW_ENABLE environment variable."
)
all_valid_identifiers = [
config.identifier
for module in ALL_PLATFORM_MODULES.values()