-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-10904: [Python][CI][Packaging] Add support for Python 3.9 macOS wheels #8915
Conversation
@github-actions crossbow submit wheel-osx-*-cp39 |
37af547
to
6f13c4c
Compare
Yes, the comment bot seems to be failing https://github.com/apache/arrow/actions/runs/462228610 |
@kszucs I noticed there was a list of allowed actions. Could the allow list just be updated or is that enforced at the apache (org) level rather than the repo level? |
I'm afraid that it is enforced at organization level, so we need to update that action. |
Should be fixed by #9103 |
@github-actions crossbow submit wheel-osx-*-cp39 |
Revision: 6f13c4c Submitted crossbow builds: ursa-labs/crossbow @ actions-823
|
6f13c4c
to
28c36b4
Compare
@github-actions crossbow submit wheel-osx-*-cp39 |
Revision: 28c36b4 Submitted crossbow builds: ursa-labs/crossbow @ actions-826
|
@github-actions crossbow submit -g conda -g wheel |
Revision: 28c36b4 Submitted crossbow builds: ursa-labs/crossbow @ actions-827 |
@kou not sure if you might have a chance to review the PR, it looks like the change to GitHub actions seems to be working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Great!
run_import_tests | ||
|
||
# restore the original Cellar | ||
CELLAR=$(brew --cellar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this because we already have CELLER=
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, thanks
28c36b4
to
7783427
Compare
Thanks! |
FWIW I have a mac with macOS 10.14 and I confirmed that I can install the high sierra wheel that this produced. |
Thanks, hopefully this made the cut for the next release and there are no issues with the build system changing 🙂 |
Great work, looking forward to get this released!
Is there any place where one can find a release schedule? |
You can follow the release process on the development mailing list (https://arrow.apache.org/community/). |
Glad to see this is coming. What date will the wheel be available? |
An RC for 3.0 is on its way. See https://lists.apache.org/list.html?dev@arrow.apache.org |
Ah thanks for that, but I wasn't looking for PyArrow 3; I was hoping for a built wheel of 2.0.0 for Python 3.9 on macos. I think safest for now to tell my users Python 3.9 is unsupported 😄 |
Yay, thanks! |
… wheels Picking back up from apache#8386 in case I can handle this or someone else wants to work off of it. Closes apache#8915 from terencehonles/arrow-10904 Authored-by: Terence D. Honles <terence@honles.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Picking back up from #8386 in case I can handle this or someone else wants to work off of it.