[wip] Add native ARM64 Linux wheel builds for Python 3.11 and 3.12#3513
Draft
rsujeevan wants to merge 9 commits into
Draft
[wip] Add native ARM64 Linux wheel builds for Python 3.11 and 3.12#3513rsujeevan wants to merge 9 commits into
rsujeevan wants to merge 9 commits into
Conversation
bump action versions to prevent failure and warnings CI failed with ...it uses a deprecated version of `actions/upload-artifact: v3`.. warns: Node.js 20 is deprecated....
Gate the rest of the build behind the DT_RELEASE, except sdist
…s deprecated. pytest 9 escalated PytestRemovedIn10Warning to an error under -Werror
rsujeevan
force-pushed
the
sr/main/arm-linux-wheels
branch
from
July 24, 2026 15:34
0290c7d to
c9a02d4
Compare
pin numpy, pandas and pyarrow to DAI compatible version and disable python 3.12 because no py 3.12 compatible version availble
fixes test failure because of warning DeprecationWarning: np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`. numpy 1.25 deprecated np.find_common_type
flatbuffers span declared data_/count_ as const yet defines a copy assignment operator that writes to them. This is ill-formed; GCC 14 (used by manylinux_2_28) rejects it, while older compilers accepted the un-instantiated constexpr body. Make the members non-const, matching upstream flatbuffers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.