-
Notifications
You must be signed in to change notification settings - Fork 16
INTPYTHON-391 Add support for pyarrow 18.0.0 and Python 3.13 #247
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
Conversation
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.
LGTM
with question about macos version.
@@ -83,7 +83,7 @@ jobs: | |||
if: ${{ matrix.buildplat[0] != 'macos-11' }} | |||
env: | |||
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} | |||
MACOSX_DEPLOYMENT_TARGET: "10.14" | |||
MACOSX_DEPLOYMENT_TARGET: "12.0" |
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.
How come 12 was chosen (Monterey), not 14 (Sonoma)? And .0 instead of latest .7?
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.
We're matching the upstream wheels
No description provided.