You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Antoine Pitrou <an...@python.org> on 2022/06/01 14:22:17 UTC

[Discuss][C++] macOS minimum requirements


Hello,

The topic came up recently of bumping up our minimal macOS requirements 
from 10.11 to 10.13 (*).  Do people have any particular concerns about this?

(*) https://github.com/apache/arrow/pull/13157#issuecomment-1143670152

Regards

Antoine.

Re: [Discuss][Java] macOS minimum requirements

Posted by Jonathan Keane <jk...@gmail.com>.
This isn't Java related directly, but for the R bindings we have to
support at least 10.13.6 to be on CRAN, so bumping up to 10.13 would
be fine for that too.

-Jon

On Wed, Jun 1, 2022 at 9:24 AM Antoine Pitrou <an...@python.org> wrote:
>
>
> Sorry, I put "C++" in the title but this really affects Java via JNI.
>
>
> Le 01/06/2022 à 16:22, Antoine Pitrou a écrit :
> >
> >
> > Hello,
> >
> > The topic came up recently of bumping up our minimal macOS requirements
> > from 10.11 to 10.13 (*).  Do people have any particular concerns about this?
> >
> > (*) https://github.com/apache/arrow/pull/13157#issuecomment-1143670152
> >
> > Regards
> >
> > Antoine.

Re: [Discuss][Java] macOS minimum requirements

Posted by Antoine Pitrou <an...@python.org>.
Sorry, I put "C++" in the title but this really affects Java via JNI.


Le 01/06/2022 à 16:22, Antoine Pitrou a écrit :
> 
> 
> Hello,
> 
> The topic came up recently of bumping up our minimal macOS requirements
> from 10.11 to 10.13 (*).  Do people have any particular concerns about this?
> 
> (*) https://github.com/apache/arrow/pull/13157#issuecomment-1143670152
> 
> Regards
> 
> Antoine.

Re: [Discuss][C++] macOS minimum requirements

Posted by Sutou Kouhei <ko...@clear-code.com>.
Hi,

In <a4...@python.org>
  "[Discuss][C++] macOS minimum requirements" on Wed, 1 Jun 2022 16:22:17 +0200,
  Antoine Pitrou <an...@python.org> wrote:

> The topic came up recently of bumping up our minimal macOS
> requirements from 10.11 to 10.13 (*).  Do people have any particular
> concerns about this?
> 
> (*) https://github.com/apache/arrow/pull/13157#issuecomment-1143670152

The Apple's macOS release notes page
https://developer.apple.com/documentation/macos-release-notes
doesn't show 10.13 or earlier. It seems that 10.13 reached
EOL. So I think that 10.11 -> 10.13 isn't a problem.


Thanks,
-- 
kou