There was an error while loading. Please reload this page.
1 parent a39efbb commit e7ff600Copy full SHA for e7ff600
src/api/python/setup.py
@@ -303,6 +303,7 @@ def finalize_options(self):
303
# linux tags cannot be deployed - they must be auditwheel'd to pick the right compatibility tag based on imported libc symbol versions
304
("linux", "x86_64"): "linux_x86_64",
305
("linux", "aarch64"): "linux_aarch64",
306
+ ('linux', "riscv64"): "linux_riscv64",
307
# windows arm64 is not supported by pypi yet
308
("win", "x64"): "win_amd64",
309
("win", "x86"): "win32",
0 commit comments