Uh oh!
There was an error while loading. Please reload this page.
ARROW-10904: [Python][CI][Packaging] Add support for Python 3.9 macOS wheels - #8915
ARROW-10904: [Python][CI][Packaging] Add support for Python 3.9 macOS wheels#8915terencehonles wants to merge 1 commit into
Conversation
terencehonles
commented
Jan 4, 2021
@github-actions crossbow submit wheel-osx-*-cp39 |
37af547 to
6f13c4cCompareterencehonles
commented
Jan 4, 2021
kszucs
commented
Jan 5, 2021
Yes, the comment bot seems to be failing https://github.com/apache/arrow/actions/runs/462228610 |
terencehonles
commented
Jan 5, 2021
@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? |
kszucs
commented
Jan 5, 2021
I'm afraid that it is enforced at organization level, so we need to update that action. |
kszucs
commented
Jan 5, 2021
Should be fixed by #9103 |
kszucs
commented
Jan 5, 2021
@github-actions crossbow submit wheel-osx-*-cp39 |
Revision: 6f13c4c268be10a8c0898d9e297b0303c35dc11f Submitted crossbow builds: ursa-labs/crossbow @ actions-823
|
terencehonles
commented
Jan 5, 2021
6f13c4c to
28c36b4Compareterencehonles
commented
Jan 5, 2021
@github-actions crossbow submit wheel-osx-*-cp39 |
Revision: 28c36b4acd821c70348abba2ceb5e4b5035d1c86 Submitted crossbow builds: ursa-labs/crossbow @ actions-826
|
terencehonles
commented
Jan 6, 2021
@github-actions crossbow submit -g conda -g wheel |
Revision: 28c36b4acd821c70348abba2ceb5e4b5035d1c86 Submitted crossbow builds: ursa-labs/crossbow @ actions-827 |
terencehonles
commented
Jan 6, 2021
@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.
Can we remove this because we already have CELLER=?
28c36b4 to
7783427Comparekou
commented
Jan 6, 2021
Thanks! |
nealrichardson
commented
Jan 6, 2021
FWIW I have a mac with macOS 10.14 and I confirmed that I can install the high sierra wheel that this produced. |
terencehonles
commented
Jan 6, 2021
Thanks, hopefully this made the cut for the next release and there are no issues with the build system changing 🙂 |
aberres
commented
Jan 18, 2021
Great work, looking forward to get this released!
Is there any place where one can find a release schedule? |
kszucs
commented
Jan 18, 2021
You can follow the release process on the development mailing list (https://arrow.apache.org/community/). |
mafrosis
commented
Jan 19, 2021
Glad to see this is coming. What date will the wheel be available? |
aberres
commented
Jan 19, 2021
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 😄 |
aberres
commented
Jan 27, 2021
Yay, thanks! |
Picking back up from #8386 in case I can handle this or someone else wants to work off of it.