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:
+1
-1
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user