feat: riscv64 builds are now enabled by default (#2509)

PyPI now accepts `riscv64` uploads for manylinux/musllinux.
Those builds do not require an opt-in anymore.
This commit is contained in:
Matthieu Darbois
2025-07-24 14:52:07 -04:00
committed by GitHub
parent 47c5a35421
commit 9361af3204
4 changed files with 1 additions and 20 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def get_platform() -> str:
raise Exception(msg)
DEFAULT_CIBW_ENABLE = "cpython-freethreading cpython-prerelease cpython-experimental-riscv64"
DEFAULT_CIBW_ENABLE = "cpython-freethreading cpython-prerelease"
def get_enable_groups() -> frozenset[EnableGroup]: