We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708858 commit 25dab1eCopy full SHA for 25dab1e
tools/scripts/generate_binary_build_matrix.py
@@ -495,7 +495,7 @@ def generate_wheels_matrix(
495
if os == LINUX:
496
# NOTE: We only build manywheel packages for linux
497
package_type = "manywheel"
498
- if channel == NIGHTLY and (os == LINUX or os == MACOS_ARM64):
+ if channel == NIGHTLY and (os == LINUX or os == MACOS_ARM64 or os == LINUX_AARCH64):
499
python_versions += ["3.13"]
500
501
upload_to_base_bucket = "yes"
0 commit comments